Interface GetConfigurationBundleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<GetConfigurationBundleResponse.Builder,,GetConfigurationBundleResponse> SdkBuilder<GetConfigurationBundleResponse.Builder,,GetConfigurationBundleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetConfigurationBundleResponse
-
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.The timestamp when the configuration bundle was last updated.The version identifier of this configuration bundle.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.
- 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
default GetConfigurationBundleResponse.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.
-
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.
-