public static interface DescribeTransitGatewaysResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewaysResponse.Builder,DescribeTransitGatewaysResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewaysResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewaysResponse.Builder |
transitGateways(Collection<TransitGateway> transitGateways)
Information about the transit gateways.
|
DescribeTransitGatewaysResponse.Builder |
transitGateways(Consumer<TransitGateway.Builder>... transitGateways)
Information about the transit gateways.
|
DescribeTransitGatewaysResponse.Builder |
transitGateways(TransitGateway... transitGateways)
Information about the transit gateways.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeTransitGatewaysResponse.Builder transitGateways(Collection<TransitGateway> transitGateways)
Information about the transit gateways.
transitGateways - Information about the transit gateways.DescribeTransitGatewaysResponse.Builder transitGateways(TransitGateway... transitGateways)
Information about the transit gateways.
transitGateways - Information about the transit gateways.DescribeTransitGatewaysResponse.Builder transitGateways(Consumer<TransitGateway.Builder>... transitGateways)
Information about the transit gateways.
This is a convenience 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 #transitGateways(List) .transitGateways - a consumer that will call methods on List.Builder #transitGateways(List) DescribeTransitGatewaysResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.