Interface GetConfigurationBundleResponse.Builder

  • Method Details

    • bundleArn

      The Amazon Resource Name (ARN) of the configuration bundle.

      Parameters:
      bundleArn - The Amazon Resource Name (ARN) of the configuration bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bundleId

      The unique identifier of the configuration bundle.

      Parameters:
      bundleId - The unique identifier of the configuration bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bundleName

      The name of the configuration bundle.

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

      The description of the configuration bundle.

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

      The version identifier of this configuration bundle.

      Parameters:
      versionId - The version identifier of this configuration bundle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • components

      A map of component identifiers to their configurations for this version.

      Parameters:
      components - A map of component identifiers to their configurations for this version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lineageMetadata

      The version lineage metadata, including parent versions, branch name, and creation source.

      Parameters:
      lineageMetadata - The version lineage metadata, including parent versions, branch name, and creation source.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lineageMetadata

      The version lineage metadata, including parent versions, branch name, and creation source.

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

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to lineageMetadata(VersionLineageMetadata).

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

      The timestamp when the configuration bundle was created.

      Parameters:
      createdAt - The timestamp when the configuration bundle was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • updatedAt

      The timestamp when the configuration bundle was last updated.

      Parameters:
      updatedAt - The timestamp when the configuration bundle was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.