Interface ConfigurationManagerSummary.Builder

    • Method Detail

      • 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.
      • 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

        ConfigurationManagerSummary.Builder managerArn​(String 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

        ConfigurationManagerSummary.Builder name​(String 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

        ConfigurationManagerSummary.Builder statusSummaries​(Collection<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

        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

        ConfigurationManagerSummary.Builder statusSummaries​(Consumer<StatusSummary.Builder>... 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).

        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:
        #statusSummaries(java.util.Collection)