Interface DescribeTransitGatewayRouteTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTransitGatewayRouteTablesResponse.Builder,,DescribeTransitGatewayRouteTablesResponse> Ec2Response.Builder,SdkBuilder<DescribeTransitGatewayRouteTablesResponse.Builder,,DescribeTransitGatewayRouteTablesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeTransitGatewayRouteTablesResponse
public static interface DescribeTransitGatewayRouteTablesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeTransitGatewayRouteTablesResponse.Builder,DescribeTransitGatewayRouteTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.transitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables) Information about the transit gateway route tables.transitGatewayRouteTables(Consumer<TransitGatewayRouteTable.Builder>... transitGatewayRouteTables) Information about the transit gateway route tables.transitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables) Information about the transit gateway route tables.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
transitGatewayRouteTables
DescribeTransitGatewayRouteTablesResponse.Builder transitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables) Information about the transit gateway route tables.
- Parameters:
transitGatewayRouteTables- Information about the transit gateway route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayRouteTables
DescribeTransitGatewayRouteTablesResponse.Builder transitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables) Information about the transit gateway route tables.
- Parameters:
transitGatewayRouteTables- Information about the transit gateway route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transitGatewayRouteTables
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.Builderavoiding the need to create one manually viaTransitGatewayRouteTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totransitGatewayRouteTables(List<TransitGatewayRouteTable>).- Parameters:
transitGatewayRouteTables- a consumer that will call methods onTransitGatewayRouteTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-