Interface CreateVpcConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<CreateVpcConfigurationResponse.Builder,,CreateVpcConfigurationResponse> SdkBuilder<CreateVpcConfigurationResponse.Builder,,CreateVpcConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateVpcConfigurationResponse
@Mutable
@NotThreadSafe
public static interface CreateVpcConfigurationResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcConfigurationResponse.Builder,CreateVpcConfigurationResponse>
-
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 that was created.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 that was created.
- Parameters:
vpcConfigurationId- The unique identifier of the VPC configuration that was created.- 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 creation this is
CREATING.- Parameters:
status- The current status of the VPC configuration. Immediately after creation this isCREATING.- 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 creation this is
CREATING.- Parameters:
status- The current status of the VPC configuration. Immediately after creation this isCREATING.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-