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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTransitGatewayRouteTablesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.DescribeTransitGatewayRouteTablesResponse.BuildertransitGatewayRouteTables(Collection<TransitGatewayRouteTable> transitGatewayRouteTables)Information about the transit gateway route tables.DescribeTransitGatewayRouteTablesResponse.BuildertransitGatewayRouteTables(Consumer<TransitGatewayRouteTable.Builder>... transitGatewayRouteTables)Information about the transit gateway route tables.DescribeTransitGatewayRouteTablesResponse.BuildertransitGatewayRouteTables(TransitGatewayRouteTable... transitGatewayRouteTables)Information about the transit gateway route tables.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#transitGatewayRouteTables(List.) - 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:
#transitGatewayRouteTables(java.util.Collection)
-
nextToken
DescribeTransitGatewayRouteTablesResponse.Builder nextToken(String 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.
-
-