Interface GetConfigurationBundleVersionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<GetConfigurationBundleVersionResponse.Builder,,GetConfigurationBundleVersionResponse> SdkBuilder<GetConfigurationBundleVersionResponse.Builder,,GetConfigurationBundleVersionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConfigurationBundleVersionResponse
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the configuration bundle.The unique identifier of the configuration bundle.bundleName(String bundleName) The name of the configuration bundle.components(Map<String, ComponentConfiguration> components) A map of component identifiers to their configurations for this version.The timestamp when the configuration bundle was created.description(String description) The description 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 specific version was created.The version identifier of this configuration bundle version.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 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.
-
components
GetConfigurationBundleVersionResponse.Builder components(Map<String, ComponentConfiguration> 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
GetConfigurationBundleVersionResponse.Builder lineageMetadata(VersionLineageMetadata 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 GetConfigurationBundleVersionResponse.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:
-
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.
-
versionCreatedAt
The timestamp when this specific version was created.
- Parameters:
versionCreatedAt- The timestamp when this specific version was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-