Interface DeleteVpcConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<DeleteVpcConfigurationResponse.Builder,,DeleteVpcConfigurationResponse> SdkBuilder<DeleteVpcConfigurationResponse.Builder,,DeleteVpcConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteVpcConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DeleteVpcConfigurationResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcConfigurationResponse.Builder,DeleteVpcConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe current status of the VPC configuration.status(VpcConfigurationStatus status) The current status of the VPC configuration.vpcConfigurationId(String vpcConfigurationId) The unique identifier of the VPC configuration being deleted.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.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
-
vpcConfigurationId
The unique identifier of the VPC configuration being deleted.
- Parameters:
vpcConfigurationId- The unique identifier of the VPC configuration being deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the VPC configuration. Immediately after a delete request this is
DELETING.- Parameters:
status- The current status of the VPC configuration. Immediately after a delete request this isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the VPC configuration. Immediately after a delete request this is
DELETING.- Parameters:
status- The current status of the VPC configuration. Immediately after a delete request this isDELETING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-