public static interface DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder,DescribeLocalGatewayRouteTableVpcAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder |
localGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations)
Information about the associations.
|
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder |
localGatewayRouteTableVpcAssociations(Consumer<LocalGatewayRouteTableVpcAssociation.Builder>... localGatewayRouteTableVpcAssociations)
Information about the associations.
|
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder |
localGatewayRouteTableVpcAssociations(LocalGatewayRouteTableVpcAssociation... localGatewayRouteTableVpcAssociations)
Information about the associations.
|
DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(Collection<LocalGatewayRouteTableVpcAssociation> localGatewayRouteTableVpcAssociations)
Information about the associations.
localGatewayRouteTableVpcAssociations - Information about the associations.DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(LocalGatewayRouteTableVpcAssociation... localGatewayRouteTableVpcAssociations)
Information about the associations.
localGatewayRouteTableVpcAssociations - Information about the associations.DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder localGatewayRouteTableVpcAssociations(Consumer<LocalGatewayRouteTableVpcAssociation.Builder>... localGatewayRouteTableVpcAssociations)
Information about the associations.
This is a convenience method that creates an instance of theLocalGatewayRouteTableVpcAssociation.Builder avoiding the
need to create one manually via
LocalGatewayRouteTableVpcAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #localGatewayRouteTableVpcAssociations(List.
localGatewayRouteTableVpcAssociations - a consumer that will call methods on
LocalGatewayRouteTableVpcAssociation.Builder#localGatewayRouteTableVpcAssociations(java.util.Collection) DescribeLocalGatewayRouteTableVpcAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.