public static interface DescribeClientVpnEndpointsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DescribeClientVpnEndpointsRequest.Builder,DescribeClientVpnEndpointsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeClientVpnEndpointsRequest.Builder clientVpnEndpointIds(Collection<String> clientVpnEndpointIds)
The ID of the Client VPN endpoint.
clientVpnEndpointIds
- The ID of the Client VPN endpoint.DescribeClientVpnEndpointsRequest.Builder clientVpnEndpointIds(String... clientVpnEndpointIds)
The ID of the Client VPN endpoint.
clientVpnEndpointIds
- The ID of the Client VPN endpoint.DescribeClientVpnEndpointsRequest.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.DescribeClientVpnEndpointsRequest.Builder nextToken(String nextToken)
The token to retrieve the next page of results.
nextToken
- The token to retrieve the next page of results.DescribeClientVpnEndpointsRequest.Builder filters(Collection<Filter> filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
filters
- One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
DescribeClientVpnEndpointsRequest.Builder filters(Filter... filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
filters
- One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
DescribeClientVpnEndpointsRequest.Builder filters(Consumer<Filter.Builder>... filters)
One or more filters. Filter names and values are case-sensitive.
endpoint-id
- The ID of the Client VPN endpoint.
transport-protocol
- The transport protocol (tcp
| udp
).
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)
DescribeClientVpnEndpointsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
DescribeClientVpnEndpointsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.