Interface DescribeVpcConnectionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcConnectionResponse.Builder,DescribeVpcConnectionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeVpcConnectionResponse.Builder,DescribeVpcConnectionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcConnectionResponse
@Mutable @NotThreadSafe public static interface DescribeVpcConnectionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcConnectionResponse.Builder,DescribeVpcConnectionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeVpcConnectionResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeVpcConnectionResponse.Builderstatus(Integer status)The HTTP status of the request.default DescribeVpcConnectionResponse.BuildervpcConnection(Consumer<VPCConnection.Builder> vpcConnection)A response object that provides information for the specified VPC connection.DescribeVpcConnectionResponse.BuildervpcConnection(VPCConnection vpcConnection)A response object that provides information for the specified VPC connection.-
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 Detail
-
vpcConnection
DescribeVpcConnectionResponse.Builder vpcConnection(VPCConnection vpcConnection)
A response object that provides information for the specified VPC connection.
- Parameters:
vpcConnection- A response object that provides information for the specified VPC connection.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcConnection
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.Builderavoiding the need to create one manually viaVPCConnection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcConnection(VPCConnection).- Parameters:
vpcConnection- a consumer that will call methods onVPCConnection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
vpcConnection(VPCConnection)
-
requestId
DescribeVpcConnectionResponse.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
DescribeVpcConnectionResponse.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.
-
-