public static interface DescribeTransitGatewayRouteTablesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayRouteTablesResponse.Builder,DescribeTransitGatewayRouteTablesResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeTransitGatewayRouteTablesResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeTransitGatewayRouteTablesResponse.Builder |
transitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
|
DescribeTransitGatewayRouteTablesResponse.Builder |
transitGatewayRouteTables(Consumer<TransitGatewayRouteTable.Builder>... transitGatewayRouteTables)
Information about the transit gateway route tables.
|
DescribeTransitGatewayRouteTablesResponse.Builder |
transitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)
Information about the transit gateway route tables.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeTransitGatewayRouteTablesResponse.Builder transitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)
Information about the transit gateway route tables.
transitGatewayRouteTables - Information about the transit gateway route tables.DescribeTransitGatewayRouteTablesResponse.Builder transitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)
Information about the transit gateway route tables.
transitGatewayRouteTables - Information about the transit gateway route tables.DescribeTransitGatewayRouteTablesResponse.Builder transitGatewayRouteTables(Consumer<TransitGatewayRouteTable.Builder>... transitGatewayRouteTables)
Information about the transit gateway route tables.
This is a convenience method that creates an instance of theTransitGatewayRouteTable.Builder avoiding the need to
create one manually via TransitGatewayRouteTable.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #transitGatewayRouteTables(List.
transitGatewayRouteTables - a consumer that will call methods on
TransitGatewayRouteTable.Builder#transitGatewayRouteTables(java.util.Collection) DescribeTransitGatewayRouteTablesResponse.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.