public static interface DescribeVpcConnectionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcConnectionResponse.Builder,DescribeVpcConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcConnectionResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DescribeVpcConnectionResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
default DescribeVpcConnectionResponse.Builder |
vpcConnection(Consumer<VPCConnection.Builder> vpcConnection)
A response object that provides information for the specified VPC connection.
|
DescribeVpcConnectionResponse.Builder |
vpcConnection(VPCConnection vpcConnection)
A response object that provides information for the specified VPC connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcConnectionResponse.Builder vpcConnection(VPCConnection vpcConnection)
A response object that provides information for the specified VPC connection.
vpcConnection - A response object that provides information for the specified VPC connection.default DescribeVpcConnectionResponse.Builder vpcConnection(Consumer<VPCConnection.Builder> vpcConnection)
A response object that provides information for the specified VPC connection.
This is a convenience method that creates an instance of theVPCConnection.Builder avoiding the need
to create one manually via VPCConnection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to vpcConnection(VPCConnection).
vpcConnection - a consumer that will call methods on VPCConnection.BuildervpcConnection(VPCConnection)DescribeVpcConnectionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DescribeVpcConnectionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.