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 theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #transitGatewayConnects(List) .transitGatewayConnects - a consumer that will call methods on List.Builder #transitGatewayConnects(List) 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.