Interface UpdateVpcConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateVpcConnectionResponse.Builder,UpdateVpcConnectionResponse>
,QuickSightResponse.Builder
,SdkBuilder<UpdateVpcConnectionResponse.Builder,UpdateVpcConnectionResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- UpdateVpcConnectionResponse
public static interface UpdateVpcConnectionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateVpcConnectionResponse.Builder,UpdateVpcConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateVpcConnectionResponse.Builder
arn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.UpdateVpcConnectionResponse.Builder
availabilityStatus(String availabilityStatus)
The availability status of the VPC connection.UpdateVpcConnectionResponse.Builder
availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.UpdateVpcConnectionResponse.Builder
requestId(String requestId)
The Amazon Web Services request ID for this operation.UpdateVpcConnectionResponse.Builder
status(Integer status)
The HTTP status of the request.UpdateVpcConnectionResponse.Builder
updateStatus(String updateStatus)
The update status of the VPC connection's last update.UpdateVpcConnectionResponse.Builder
updateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.UpdateVpcConnectionResponse.Builder
vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you are updating.-
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 Detail
-
arn
UpdateVpcConnectionResponse.Builder arn(String 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
UpdateVpcConnectionResponse.Builder vpcConnectionId(String vpcConnectionId)
The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.
- Parameters:
vpcConnectionId
- The ID of the VPC connection that you are updating. This ID is a unique identifier for each Amazon Web Services Region in anAmazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updateStatus
UpdateVpcConnectionResponse.Builder updateStatus(String updateStatus)
The update status of the VPC connection's last update.
- Parameters:
updateStatus
- The update status of the VPC connection's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VPCConnectionResourceStatus
,VPCConnectionResourceStatus
-
updateStatus
UpdateVpcConnectionResponse.Builder updateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.
- Parameters:
updateStatus
- The update status of the VPC connection's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VPCConnectionResourceStatus
,VPCConnectionResourceStatus
-
availabilityStatus
UpdateVpcConnectionResponse.Builder availabilityStatus(String 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:
VPCConnectionAvailabilityStatus
,VPCConnectionAvailabilityStatus
-
availabilityStatus
UpdateVpcConnectionResponse.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:
VPCConnectionAvailabilityStatus
,VPCConnectionAvailabilityStatus
-
requestId
UpdateVpcConnectionResponse.Builder requestId(String 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
UpdateVpcConnectionResponse.Builder status(Integer 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.
-
-