public static interface DescribeClientVpnTargetNetworksRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnTargetNetworksRequest.Builder,DescribeClientVpnTargetNetworksRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeClientVpnTargetNetworksRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId
- The ID of the Client VPN endpoint.DescribeClientVpnTargetNetworksRequest.Builder associationIds(Collection<String> associationIds)
The IDs of the target network associations.
associationIds
- The IDs of the target network associations.DescribeClientVpnTargetNetworksRequest.Builder associationIds(String... associationIds)
The IDs of the target network associations.
associationIds
- The IDs of the target network associations.DescribeClientVpnTargetNetworksRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page. The remaining results can be seen by sending another request with the nextToken value.
maxResults
- The maximum number of results to return for the request in a single page. The remaining results can be
seen by sending another request with the nextToken value.DescribeClientVpnTargetNetworksRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.DescribeClientVpnTargetNetworksRequest.Builder filters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
filters
- One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
DescribeClientVpnTargetNetworksRequest.Builder filters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
filters
- One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
DescribeClientVpnTargetNetworksRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. Filter names and values are case-sensitive.
association-id
- The ID of the association.
target-network-id
- The ID of the subnet specified as the target network.
vpc-id
- The ID of the VPC in which the target network is located.
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)
DescribeClientVpnTargetNetworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeClientVpnTargetNetworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2022. All rights reserved.