public static interface ListVpcConnectionsResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListVpcConnectionsResponse.Builder,ListVpcConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListVpcConnectionsResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
ListVpcConnectionsResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
ListVpcConnectionsResponse.Builder |
vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
ListVpcConnectionsResponse.Builder |
vpcConnectionSummaries(Consumer<VPCConnectionSummary.Builder>... vpcConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
ListVpcConnectionsResponse.Builder |
vpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)
A
VPCConnectionSummaries object that returns a summary of VPC connection objects. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcConnectionsResponse.Builder vpcConnectionSummaries(Collection<VPCConnectionSummary> vpcConnectionSummaries)
A VPCConnectionSummaries object that returns a summary of VPC connection objects.
vpcConnectionSummaries - A VPCConnectionSummaries object that returns a summary of VPC connection objects.ListVpcConnectionsResponse.Builder vpcConnectionSummaries(VPCConnectionSummary... vpcConnectionSummaries)
A VPCConnectionSummaries object that returns a summary of VPC connection objects.
vpcConnectionSummaries - A VPCConnectionSummaries object that returns a summary of VPC connection objects.ListVpcConnectionsResponse.Builder vpcConnectionSummaries(Consumer<VPCConnectionSummary.Builder>... vpcConnectionSummaries)
A VPCConnectionSummaries object that returns a summary of VPC connection objects.
VPCConnectionSummary.Builder avoiding the need to
create one manually via
VPCConnectionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcConnectionSummaries(List.
vpcConnectionSummaries - a consumer that will call methods on
VPCConnectionSummary.Builder#vpcConnectionSummaries(java.util.Collection) ListVpcConnectionsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListVpcConnectionsResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.ListVpcConnectionsResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.