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.
|
buildoverrideConfigurationcopyapplyMutation, buildListResolverEndpointIpAddressesRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListResolverEndpointIpAddressesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.