public static interface ListResolverEndpointIpAddressesResponse.Builder extends Route53ResolverResponse.Builder, SdkPojo, CopyableBuilder<ListResolverEndpointIpAddressesResponse.Builder,ListResolverEndpointIpAddressesResponse>
Modifier and Type | Method and Description |
---|---|
ListResolverEndpointIpAddressesResponse.Builder |
ipAddresses(Collection<IpAddressResponse> ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way
to Resolver (inbound endpoint).
|
ListResolverEndpointIpAddressesResponse.Builder |
ipAddresses(Consumer<IpAddressResponse.Builder>... ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way
to Resolver (inbound endpoint).
|
ListResolverEndpointIpAddressesResponse.Builder |
ipAddresses(IpAddressResponse... ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way
to Resolver (inbound endpoint).
|
ListResolverEndpointIpAddressesResponse.Builder |
maxResults(Integer maxResults)
The value that you specified for
MaxResults in the request. |
ListResolverEndpointIpAddressesResponse.Builder |
nextToken(String nextToken)
If the specified endpoint has more than
MaxResults IP addresses, you can submit another
ListResolverEndpointIpAddresses request to get the next group of IP addresses. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListResolverEndpointIpAddressesResponse.Builder nextToken(String nextToken)
If the specified 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
- If the specified 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.ListResolverEndpointIpAddressesResponse.Builder maxResults(Integer maxResults)
The value that you specified for MaxResults
in the request.
maxResults
- The value that you specified for MaxResults
in the request.ListResolverEndpointIpAddressesResponse.Builder ipAddresses(Collection<IpAddressResponse> ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to Resolver (inbound endpoint).
ipAddresses
- The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on
the way to Resolver (inbound endpoint).ListResolverEndpointIpAddressesResponse.Builder ipAddresses(IpAddressResponse... ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to Resolver (inbound endpoint).
ipAddresses
- The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on
the way to Resolver (inbound endpoint).ListResolverEndpointIpAddressesResponse.Builder ipAddresses(Consumer<IpAddressResponse.Builder>... ipAddresses)
The IP addresses that DNS queries pass through on their way to your network (outbound endpoint) or on the way to Resolver (inbound endpoint).
This is a convenience that creates an instance of theList.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 #ipAddresses(List)
.ipAddresses
- a consumer that will call methods on List.Builder
#ipAddresses(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.