Interface DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,,DescribeLocalGatewayRouteTableVpcAssociationsResponse> Ec2Response.Builder,SdkBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,,DescribeLocalGatewayRouteTableVpcAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeLocalGatewayRouteTableVpcAssociationsResponse
public static interface DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,DescribeLocalGatewayRouteTableVpcAssociationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionlocalGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations) Information about the associations.localGatewayRouteTableVpcAssociations(Consumer<LocalGatewayRouteTableVpcAssociation.Builder>... localGatewayRouteTableVpcAssociations) Information about the associations.localGatewayRouteTableVpcAssociations(LocalGatewayRouteTableVpcAssociation... localGatewayRouteTableVpcAssociations) Information about the associations.The token to use to retrieve the next page of results.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
localGatewayRouteTableVpcAssociations
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations) Information about the associations.
- Parameters:
 localGatewayRouteTableVpcAssociations- Information about the associations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
localGatewayRouteTableVpcAssociations
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(LocalGatewayRouteTableVpcAssociation... localGatewayRouteTableVpcAssociations) Information about the associations.
- Parameters:
 localGatewayRouteTableVpcAssociations- Information about the associations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
localGatewayRouteTableVpcAssociations
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(Consumer<LocalGatewayRouteTableVpcAssociation.Builder>... localGatewayRouteTableVpcAssociations) Information about the associations.
This is a convenience method that creates an instance of theLocalGatewayRouteTableVpcAssociation.Builderavoiding the need to create one manually viaLocalGatewayRouteTableVpcAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocalGatewayRouteTableVpcAssociations(List<LocalGatewayRouteTableVpcAssociation>).- Parameters:
 localGatewayRouteTableVpcAssociations- a consumer that will call methods onLocalGatewayRouteTableVpcAssociation.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.
 
 
 -