Interface ConfigurationListItem.Builder

  • Method Details

    • arn

      Unique resource identifier for the configuration.

      Parameters:
      arn - Unique resource identifier for the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      User-friendly name for the configuration.

      Parameters:
      name - User-friendly name for the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      ConfigurationListItem.Builder description(String description)

      Description for the configuration.

      Parameters:
      description - Description for the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      Current configuration status.

      Parameters:
      status - Current configuration status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Current configuration status.

      Parameters:
      status - Current configuration status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationTime

      ConfigurationListItem.Builder creationTime(Instant creationTime)

      Configuration creation timestamp.

      Parameters:
      creationTime - Configuration creation timestamp.
      Returns:
      Returns a reference to this object so that method calls can be chained together.