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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTransitGateway.Builder avoiding the need to create one
manually via TransitGateway.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #transitGateways(List.
transitGateways - a consumer that will call methods on
TransitGateway.Builder#transitGateways(java.util.Collection) 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 © 2022. All rights reserved.