public static interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.Builder,DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.Builder localGatewayRouteTableVirtualInterfaceGroupAssociations(Collection<LocalGatewayRouteTableVirtualInterfaceGroupAssociation> localGatewayRouteTableVirtualInterfaceGroupAssociations)
Information about the associations.
localGatewayRouteTableVirtualInterfaceGroupAssociations - Information about the associations.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.Builder localGatewayRouteTableVirtualInterfaceGroupAssociations(LocalGatewayRouteTableVirtualInterfaceGroupAssociation... localGatewayRouteTableVirtualInterfaceGroupAssociations)
Information about the associations.
localGatewayRouteTableVirtualInterfaceGroupAssociations - Information about the associations.DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.Builder localGatewayRouteTableVirtualInterfaceGroupAssociations(Consumer<LocalGatewayRouteTableVirtualInterfaceGroupAssociation.Builder>... localGatewayRouteTableVirtualInterfaceGroupAssociations)
Information about the associations.
This is a convenience method that creates an instance of the.Builder avoiding the need to create one manually
via List#builder() .
When the Consumer completes, .Builder#build() is called immediately and its
result is passed to #localGatewayRouteTableVirtualInterfaceGroupAssociations(List<
LocalGatewayRouteTableVirtualInterfaceGroupAssociation>).localGatewayRouteTableVirtualInterfaceGroupAssociations - a consumer that will call methods on .Builder #localGatewayRouteTableVirtualInterfaceGroupAssociations(List<
LocalGatewayRouteTableVirtualInterfaceGroupAssociation>)DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponse.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.