Interface DescribeRouteTablesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRouteTablesResponse.Builder,,DescribeRouteTablesResponse> Ec2Response.Builder,SdkBuilder<DescribeRouteTablesResponse.Builder,,DescribeRouteTablesResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeRouteTablesResponse
public static interface DescribeRouteTablesResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeRouteTablesResponse.Builder,DescribeRouteTablesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to include in another request to get the next page of items.routeTables(Collection<RouteTable> routeTables) Information about the route tables.routeTables(Consumer<RouteTable.Builder>... routeTables) Information about the route tables.routeTables(RouteTable... routeTables) Information about the 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
-
routeTables
Information about the route tables.
- Parameters:
routeTables- Information about the route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeTables
Information about the route tables.
- Parameters:
routeTables- Information about the route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
routeTables
Information about the route tables.
This is a convenience method that creates an instance of theRouteTable.Builderavoiding the need to create one manually viaRouteTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torouteTables(List<RouteTable>).- Parameters:
routeTables- a consumer that will call methods onRouteTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-