Interface DescribeLocalGatewayRouteTablesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocalGatewayRouteTablesResponse.Builder,DescribeLocalGatewayRouteTablesResponse>,Ec2Response.Builder,SdkBuilder<DescribeLocalGatewayRouteTablesResponse.Builder,DescribeLocalGatewayRouteTablesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocalGatewayRouteTablesResponse
@Mutable @NotThreadSafe public static interface DescribeLocalGatewayRouteTablesResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTablesResponse.Builder,DescribeLocalGatewayRouteTablesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLocalGatewayRouteTablesResponse.BuilderlocalGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.BuilderlocalGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.BuilderlocalGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)Information about the local gateway route tables.DescribeLocalGatewayRouteTablesResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
localGatewayRouteTables
DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Collection<LocalGatewayRouteTable> localGatewayRouteTables)
Information about the local gateway route tables.
- Parameters:
localGatewayRouteTables- Information about the local gateway route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTables
DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(LocalGatewayRouteTable... localGatewayRouteTables)
Information about the local gateway route tables.
- Parameters:
localGatewayRouteTables- Information about the local gateway route tables.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localGatewayRouteTables
DescribeLocalGatewayRouteTablesResponse.Builder localGatewayRouteTables(Consumer<LocalGatewayRouteTable.Builder>... localGatewayRouteTables)
Information about the local gateway route tables.
This is a convenience method that creates an instance of theLocalGatewayRouteTable.Builderavoiding the need to create one manually viaLocalGatewayRouteTable.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#localGatewayRouteTables(List.) - Parameters:
localGatewayRouteTables- a consumer that will call methods onLocalGatewayRouteTable.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#localGatewayRouteTables(java.util.Collection)
-
nextToken
DescribeLocalGatewayRouteTablesResponse.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.
-
-