Interface UpdateConfigurationBundleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<UpdateConfigurationBundleResponse.Builder,,UpdateConfigurationBundleResponse> SdkBuilder<UpdateConfigurationBundleResponse.Builder,,UpdateConfigurationBundleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateConfigurationBundleResponse
@Mutable
@NotThreadSafe
public static interface UpdateConfigurationBundleResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<UpdateConfigurationBundleResponse.Builder,UpdateConfigurationBundleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the updated configuration bundle.The unique identifier of the updated configuration bundle.The timestamp when the configuration bundle was updated.The new version identifier created by this update.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 updated configuration bundle.
- Parameters:
bundleArn- The Amazon Resource Name (ARN) of the updated configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bundleId
The unique identifier of the updated configuration bundle.
- Parameters:
bundleId- The unique identifier of the updated configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
versionId
The new version identifier created by this update.
- Parameters:
versionId- The new version identifier created by this update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp when the configuration bundle was updated.
- Parameters:
updatedAt- The timestamp when the configuration bundle was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-