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 that creates an instance of the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #localGatewayRouteTableVpcAssociations(List) .localGatewayRouteTableVpcAssociations - a consumer that will call methods on List.Builder #localGatewayRouteTableVpcAssociations(List) 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.