public static interface DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder,DescribeLocalGatewayVirtualInterfaceGroupsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeLocalGatewayVirtualInterfaceGroupsRequest.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-id
- The ID of the virtual interface.
local-gateway-virtual-interface-group-id
- The ID of the virtual interface group.
filters
- One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-virtual-interface-id
- The ID of the virtual interface.
local-gateway-virtual-interface-group-id
- The ID of the 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-id
- The ID of the virtual interface.
local-gateway-virtual-interface-group-id
- The ID of the virtual interface group.
filters
- One or more filters.
local-gateway-id
- The ID of a local gateway.
local-gateway-virtual-interface-id
- The ID of the virtual interface.
local-gateway-virtual-interface-group-id
- The ID of the 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-id
- The ID of the virtual interface.
local-gateway-virtual-interface-group-id
- The ID of the virtual interface group.
List.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeLocalGatewayVirtualInterfaceGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.