Interface GetConfigurationManagerResponse.Builder

    • Method Detail

      • configurationDefinitions

        GetConfigurationManagerResponse.Builder configurationDefinitions​(Collection<ConfigurationDefinition> configurationDefinitions)

        The configuration definitions association with the configuration manager.

        Parameters:
        configurationDefinitions - The configuration definitions association with the configuration manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationDefinitions

        GetConfigurationManagerResponse.Builder configurationDefinitions​(ConfigurationDefinition... configurationDefinitions)

        The configuration definitions association with the configuration manager.

        Parameters:
        configurationDefinitions - The configuration definitions association with the configuration manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        GetConfigurationManagerResponse.Builder createdAt​(Instant createdAt)

        The datetime stamp when the configuration manager was created.

        Parameters:
        createdAt - The datetime stamp when the configuration manager was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        GetConfigurationManagerResponse.Builder description​(String description)

        The description of the configuration manager.

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

        GetConfigurationManagerResponse.Builder lastModifiedAt​(Instant lastModifiedAt)

        The datetime stamp when the configuration manager was last updated.

        Parameters:
        lastModifiedAt - The datetime stamp when the configuration manager was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • managerArn

        GetConfigurationManagerResponse.Builder managerArn​(String managerArn)

        The ARN of the configuration manager.

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

        GetConfigurationManagerResponse.Builder name​(String name)

        The name of the configuration manager.

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

        GetConfigurationManagerResponse.Builder statusSummaries​(Collection<StatusSummary> statusSummaries)

        A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

        Parameters:
        statusSummaries - A summary of the state of 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

        GetConfigurationManagerResponse.Builder statusSummaries​(StatusSummary... statusSummaries)

        A summary of the state of the configuration manager. This includes deployment statuses, association statuses, drift statuses, health checks, and more.

        Parameters:
        statusSummaries - A summary of the state of 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.
      • tags

        GetConfigurationManagerResponse.Builder tags​(Map<String,​String> tags)

        Key-value pairs of metadata to assign to the configuration manager.

        Parameters:
        tags - Key-value pairs of metadata to assign to the configuration manager.
        Returns:
        Returns a reference to this object so that method calls can be chained together.