public static interface UpdateVpcConnectionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateVpcConnectionResponse.Builder,UpdateVpcConnectionResponse>
| Modifier and Type | Method and 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcConnectionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the VPC connection.
arn - The Amazon Resource Name (ARN) of the VPC connection.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.
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.UpdateVpcConnectionResponse.Builder updateStatus(String updateStatus)
The update status of the VPC connection's last update.
updateStatus - The update status of the VPC connection's last update.VPCConnectionResourceStatus,
VPCConnectionResourceStatusUpdateVpcConnectionResponse.Builder updateStatus(VPCConnectionResourceStatus updateStatus)
The update status of the VPC connection's last update.
updateStatus - The update status of the VPC connection's last update.VPCConnectionResourceStatus,
VPCConnectionResourceStatusUpdateVpcConnectionResponse.Builder availabilityStatus(String availabilityStatus)
The availability status of the VPC connection.
availabilityStatus - The availability status of the VPC connection.VPCConnectionAvailabilityStatus,
VPCConnectionAvailabilityStatusUpdateVpcConnectionResponse.Builder availabilityStatus(VPCConnectionAvailabilityStatus availabilityStatus)
The availability status of the VPC connection.
availabilityStatus - The availability status of the VPC connection.VPCConnectionAvailabilityStatus,
VPCConnectionAvailabilityStatusUpdateVpcConnectionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.UpdateVpcConnectionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.