Interface DeleteConfigurationBundleResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentCoreControlResponse.Builder,Buildable,CopyableBuilder<DeleteConfigurationBundleResponse.Builder,,DeleteConfigurationBundleResponse> SdkBuilder<DeleteConfigurationBundleResponse.Builder,,DeleteConfigurationBundleResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteConfigurationBundleResponse
@Mutable
@NotThreadSafe
public static interface DeleteConfigurationBundleResponse.Builder
extends BedrockAgentCoreControlResponse.Builder, SdkPojo, CopyableBuilder<DeleteConfigurationBundleResponse.Builder,DeleteConfigurationBundleResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the deleted configuration bundle.The status of the configuration bundle deletion operation.status(ConfigurationBundleStatus status) The status of the configuration bundle deletion operation.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
-
bundleId
The unique identifier of the deleted configuration bundle.
- Parameters:
bundleId- The unique identifier of the deleted configuration bundle.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the configuration bundle deletion operation.
- Parameters:
status- The status of the configuration bundle deletion operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the configuration bundle deletion operation.
- Parameters:
status- The status of the configuration bundle deletion operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-