public static interface DescribeTransitGatewayConnectsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayConnectsResponse.Builder,DescribeTransitGatewayConnectsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayConnectsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayConnectsResponse.Builder |
transitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects)
Information about the Connect attachments.
|
DescribeTransitGatewayConnectsResponse.Builder |
transitGatewayConnects(Consumer<TransitGatewayConnect.Builder>... transitGatewayConnects)
Information about the Connect attachments.
|
DescribeTransitGatewayConnectsResponse.Builder |
transitGatewayConnects(TransitGatewayConnect... transitGatewayConnects)
Information about the Connect attachments.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(Collection<TransitGatewayConnect> transitGatewayConnects)
Information about the Connect attachments.
transitGatewayConnects - Information about the Connect attachments.DescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(TransitGatewayConnect... transitGatewayConnects)
Information about the Connect attachments.
transitGatewayConnects - Information about the Connect attachments.DescribeTransitGatewayConnectsResponse.Builder transitGatewayConnects(Consumer<TransitGatewayConnect.Builder>... transitGatewayConnects)
Information about the Connect attachments.
This is a convenience method that creates an instance of theTransitGatewayConnect.Builder avoiding the need to create
one manually via TransitGatewayConnect.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #transitGatewayConnects(List.
transitGatewayConnects - a consumer that will call methods on
TransitGatewayConnect.Builder#transitGatewayConnects(java.util.Collection) DescribeTransitGatewayConnectsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.