Interface CreateVpcConnectionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateVpcConnectionResponse.Builder,
,CreateVpcConnectionResponse> QuickSightResponse.Builder
,SdkBuilder<CreateVpcConnectionResponse.Builder,
,CreateVpcConnectionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateVpcConnectionResponse
public static interface CreateVpcConnectionResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateVpcConnectionResponse.Builder,CreateVpcConnectionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the VPC connection.availabilityStatus
(String availabilityStatus) The availability status of the VPC connection.availabilityStatus
(VPCConnectionAvailabilityStatus availabilityStatus) The availability status of the VPC connection.creationStatus
(String creationStatus) The status of the creation of the VPC connection.creationStatus
(VPCConnectionResourceStatus creationStatus) The status of the creation of the VPC connection.The Amazon Web Services request ID for this operation.The HTTP status of the request.vpcConnectionId
(String vpcConnectionId) The ID for 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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the VPC connection.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnectionId
The ID for the VPC connection that you're creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
vpcConnectionId
- The ID for the VPC connection that you're creating. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationStatus
The status of the creation of the VPC connection.
- Parameters:
creationStatus
- The status of the creation of the VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationStatus
The status of the creation of the VPC connection.
- Parameters:
creationStatus
- The status of the creation 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
CreateVpcConnectionResponse.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.
-