public static interface DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder,DescribeLocalGatewayVirtualInterfaceGroupsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder localGatewayVirtualInterfaceGroupIds(Collection<String> localGatewayVirtualInterfaceGroupIds)
The IDs of the virtual interface groups.
localGatewayVirtualInterfaceGroupIds - The IDs of the virtual interface groups.DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder localGatewayVirtualInterfaceGroupIds(String... localGatewayVirtualInterfaceGroupIds)
The IDs of the virtual interface groups.
localGatewayVirtualInterfaceGroupIds - The IDs of the virtual interface groups.DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
local-gateway-id - The ID of a local gateway.
local-gateway-virtual-interface-group-id - The ID of the virtual interface group.
local-gateway-virtual-interface-id - The ID of the virtual interface.
owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual
interface group.
filters - One or more filters.
local-gateway-id - The ID of a local gateway.
local-gateway-virtual-interface-group-id - The ID of the virtual interface group.
local-gateway-virtual-interface-id - The ID of the virtual interface.
owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual
interface group.
DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder filters(Filter... filters)
One or more filters.
local-gateway-id - The ID of a local gateway.
local-gateway-virtual-interface-group-id - The ID of the virtual interface group.
local-gateway-virtual-interface-id - The ID of the virtual interface.
owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual
interface group.
filters - One or more filters.
local-gateway-id - The ID of a local gateway.
local-gateway-virtual-interface-group-id - The ID of the virtual interface group.
local-gateway-virtual-interface-id - The ID of the virtual interface.
owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual
interface group.
DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters.
local-gateway-id - The ID of a local gateway.
local-gateway-virtual-interface-group-id - The ID of the virtual interface group.
local-gateway-virtual-interface-id - The ID of the virtual interface.
owner-id - The ID of the Amazon Web Services account that owns the local gateway virtual
interface group.
Filter.Builder avoiding the need to create one manually via
Filter.builder().
When the Consumer completes, SdkBuilder.build()
is called immediately and its result is passed to #filters(List.
filters - a consumer that will call methods on Filter.Builder#filters(java.util.Collection) DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken value.
maxResults - The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken value.DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.