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)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).
|
ListResolverEndpointIpAddressesResponse.Builder |
ipAddresses(Consumer<IpAddressResponse.Builder>... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).
|
ListResolverEndpointIpAddressesResponse.Builder |
ipAddresses(IpAddressResponse... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or
that you forward DNS queries to (for inbound endpoints).
|
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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListResolverEndpointIpAddressesResponse.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)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
ipAddresses - Information about the IP addresses in your VPC that DNS queries originate from (for outbound
endpoints) or that you forward DNS queries to (for inbound endpoints).ListResolverEndpointIpAddressesResponse.Builder ipAddresses(IpAddressResponse... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
ipAddresses - Information about the IP addresses in your VPC that DNS queries originate from (for outbound
endpoints) or that you forward DNS queries to (for inbound endpoints).ListResolverEndpointIpAddressesResponse.Builder ipAddresses(Consumer<IpAddressResponse.Builder>... ipAddresses)
Information about the IP addresses in your VPC that DNS queries originate from (for outbound endpoints) or that you forward DNS queries to (for inbound endpoints).
This is a convenience method that creates an instance of theIpAddressResponse.Builder avoiding the need to
create one manually via
IpAddressResponse.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #ipAddresses(List.
ipAddresses - a consumer that will call methods on
IpAddressResponse.Builder#ipAddresses(java.util.Collection) Copyright © 2023. All rights reserved.