Interface ConfigurationManagerSummary.Builder

  • Method Details

    • configurationDefinitionSummaries

      ConfigurationManagerSummary.Builder configurationDefinitionSummaries(Collection<ConfigurationDefinitionSummary> configurationDefinitionSummaries)

      A summary of the Quick Setup configuration definition.

      Parameters:
      configurationDefinitionSummaries - A summary of the Quick Setup configuration definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationDefinitionSummaries

      ConfigurationManagerSummary.Builder configurationDefinitionSummaries(ConfigurationDefinitionSummary... configurationDefinitionSummaries)

      A summary of the Quick Setup configuration definition.

      Parameters:
      configurationDefinitionSummaries - A summary of the Quick Setup configuration definition.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • configurationDefinitionSummaries

      ConfigurationManagerSummary.Builder configurationDefinitionSummaries(Consumer<ConfigurationDefinitionSummary.Builder>... configurationDefinitionSummaries)

      A summary of the Quick Setup configuration definition.

      This is a convenience method that creates an instance of the ConfigurationDefinitionSummary.Builder avoiding the need to create one manually via ConfigurationDefinitionSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to configurationDefinitionSummaries(List<ConfigurationDefinitionSummary>).

      Parameters:
      configurationDefinitionSummaries - a consumer that will call methods on ConfigurationDefinitionSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • description

      ConfigurationManagerSummary.Builder description(String description)

      The description of the configuration.

      Parameters:
      description - The description of the configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • managerArn

      The ARN of the Quick Setup configuration.

      Parameters:
      managerArn - The ARN of the Quick Setup configuration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The name of the configuration

      Parameters:
      name - The name of the configuration
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusSummaries

      Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

      Parameters:
      statusSummaries - Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusSummaries

      ConfigurationManagerSummary.Builder statusSummaries(StatusSummary... statusSummaries)

      Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

      Parameters:
      statusSummaries - Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusSummaries

      Summaries of the state of the configuration manager. These summaries include an aggregate of the statuses from the configuration definition associated with the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

      This is a convenience method that creates an instance of the StatusSummary.Builder avoiding the need to create one manually via StatusSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to statusSummaries(List<StatusSummary>).

      Parameters:
      statusSummaries - a consumer that will call methods on StatusSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: