public static interface ListResolverEndpointIpAddressesRequest.Builder extends Route53ResolverRequest.Builder, SdkPojo, CopyableBuilder<ListResolverEndpointIpAddressesRequest.Builder,ListResolverEndpointIpAddressesRequest>
Modifier and Type | Method and Description |
---|---|
ListResolverEndpointIpAddressesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses request. |
ListResolverEndpointIpAddressesRequest.Builder |
nextToken(String nextToken)
For the first
ListResolverEndpointIpAddresses request, omit this value. |
ListResolverEndpointIpAddressesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListResolverEndpointIpAddressesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListResolverEndpointIpAddressesRequest.Builder |
resolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to get IP addresses for.
|
build
overrideConfiguration
copy
applyMutation, build
ListResolverEndpointIpAddressesRequest.Builder resolverEndpointId(String resolverEndpointId)
The ID of the resolver endpoint that you want to get IP addresses for.
resolverEndpointId
- The ID of the resolver endpoint that you want to get IP addresses for.ListResolverEndpointIpAddressesRequest.Builder maxResults(Integer maxResults)
The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses
request. If you don't specify a value for
MaxResults
, Resolver returns up to 100 IP addresses.
maxResults
- The maximum number of IP addresses that you want to return in the response to a
ListResolverEndpointIpAddresses
request. If you don't specify a value for
MaxResults
, Resolver returns up to 100 IP addresses.ListResolverEndpointIpAddressesRequest.Builder nextToken(String nextToken)
For the first ListResolverEndpointIpAddresses
request, omit this value.
If the specified resolver endpoint has more than MaxResults
IP addresses, you can submit another
ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In the next
request, specify the value of NextToken
from the previous response.
nextToken
- For the first ListResolverEndpointIpAddresses
request, omit this value.
If the specified resolver endpoint has more than MaxResults
IP addresses, you can submit
another ListResolverEndpointIpAddresses
request to get the next group of IP addresses. In
the next request, specify the value of NextToken
from the previous response.
ListResolverEndpointIpAddressesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListResolverEndpointIpAddressesRequest.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.