public static interface DescribeClientVpnRoutesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnRoutesRequest.Builder,DescribeClientVpnRoutesRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeClientVpnRoutesRequest.Builder |
clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
|
DescribeClientVpnRoutesRequest.Builder |
filters(Collection<Filter> filters)
One or more filters.
|
DescribeClientVpnRoutesRequest.Builder |
filters(Consumer<Filter.Builder>... filters)
One or more filters.
|
DescribeClientVpnRoutesRequest.Builder |
filters(Filter... filters)
One or more filters.
|
DescribeClientVpnRoutesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for the request in a single page.
|
DescribeClientVpnRoutesRequest.Builder |
nextToken(String nextToken)
The token to retrieve the next page of results.
|
DescribeClientVpnRoutesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeClientVpnRoutesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeClientVpnRoutesRequest.Builder clientVpnEndpointId(String clientVpnEndpointId)
The ID of the Client VPN endpoint.
clientVpnEndpointId - The ID of the Client VPN endpoint.DescribeClientVpnRoutesRequest.Builder filters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
destination-cidr - The CIDR of the route destination.
origin - How the route was associated with the Client VPN endpoint (associate |
add-route).
target-subnet - The ID of the subnet through which traffic is routed.
filters - One or more filters. Filter names and values are case-sensitive.
destination-cidr - The CIDR of the route destination.
origin - How the route was associated with the Client VPN endpoint (
associate | add-route).
target-subnet - The ID of the subnet through which traffic is routed.
DescribeClientVpnRoutesRequest.Builder filters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
destination-cidr - The CIDR of the route destination.
origin - How the route was associated with the Client VPN endpoint (associate |
add-route).
target-subnet - The ID of the subnet through which traffic is routed.
filters - One or more filters. Filter names and values are case-sensitive.
destination-cidr - The CIDR of the route destination.
origin - How the route was associated with the Client VPN endpoint (
associate | add-route).
target-subnet - The ID of the subnet through which traffic is routed.
DescribeClientVpnRoutesRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. Filter names and values are case-sensitive.
destination-cidr - The CIDR of the route destination.
origin - How the route was associated with the Client VPN endpoint (associate |
add-route).
target-subnet - The ID of the subnet through which traffic is routed.
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) DescribeClientVpnRoutesRequest.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.DescribeClientVpnRoutesRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken - The token to retrieve the next page of results.DescribeClientVpnRoutesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeClientVpnRoutesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.