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