Interface DeleteVpcConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DeleteVpcConnectionResponse.Builder,
,DeleteVpcConnectionResponse> QuickSightResponse.Builder
,SdkBuilder<DeleteVpcConnectionResponse.Builder,
,DeleteVpcConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteVpcConnectionResponse
@Mutable
@NotThreadSafe
public static interface DeleteVpcConnectionResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcConnectionResponse.Builder,DeleteVpcConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the deleted VPC connection.availabilityStatus
(String availabilityStatus) The availability status of the VPC connection.availabilityStatus
(VPCConnectionAvailabilityStatus availabilityStatus) The availability status of the VPC connection.deletionStatus
(String deletionStatus) The deletion status of the VPC connection.deletionStatus
(VPCConnectionResourceStatus deletionStatus) The deletion status of the VPC connection.The Amazon Web Services request ID for this operation.The HTTP status of the request.vpcConnectionId
(String vpcConnectionId) The ID of the VPC connection that you're creating.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the deleted VPC connection.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the deleted VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionId
The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.
- Parameters:
vpcConnectionId
- The ID of the VPC connection that you're creating. This ID is a unique identifier for each Amazon Web Services Region in an Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionStatus
The deletion status of the VPC connection.
- Parameters:
deletionStatus
- The deletion status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
deletionStatus
The deletion status of the VPC connection.
- Parameters:
deletionStatus
- The deletion status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
availabilityStatus
The availability status of the VPC connection.
- Parameters:
availabilityStatus
- The availability status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
availabilityStatus
DeleteVpcConnectionResponse.Builder availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus) The availability status of the VPC connection.
- Parameters:
availabilityStatus
- The availability status of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
requestId
- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The HTTP status of the request.
- Parameters:
status
- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-