Interface ConfigurationBundleVersionSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConfigurationBundleVersionSummary.Builder,,ConfigurationBundleVersionSummary> SdkBuilder<ConfigurationBundleVersionSummary.Builder,,ConfigurationBundleVersionSummary> SdkPojo
- Enclosing class:
ConfigurationBundleVersionSummary
@Mutable
@NotThreadSafe
public static interface ConfigurationBundleVersionSummary.Builder
extends SdkPojo, CopyableBuilder<ConfigurationBundleVersionSummary.Builder,ConfigurationBundleVersionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration bundle.The unique identifier of the configuration bundle.lineageMetadata(Consumer<VersionLineageMetadata.Builder> lineageMetadata) The version lineage metadata, including parent versions, branch name, and creation source.lineageMetadata(VersionLineageMetadata lineageMetadata) The version lineage metadata, including parent versions, branch name, and creation source.versionCreatedAt(Instant versionCreatedAt) The timestamp when this version was created.The version identifier of this configuration bundle version.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-
versionId
The version identifier of this configuration bundle version.
- Parameters:
versionId- The version identifier of this configuration bundle 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
default ConfigurationBundleVersionSummary.Builder lineageMetadata(Consumer<VersionLineageMetadata.Builder> lineageMetadata) The version lineage metadata, including parent versions, branch name, and creation source.
This is a convenience method that creates an instance of theVersionLineageMetadata.Builderavoiding the need to create one manually viaVersionLineageMetadata.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolineageMetadata(VersionLineageMetadata).- Parameters:
lineageMetadata- a consumer that will call methods onVersionLineageMetadata.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
versionCreatedAt
The timestamp when this version was created.
- Parameters:
versionCreatedAt- The timestamp when this version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-