Interface ListResolverEndpointIpAddressesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ListResolverEndpointIpAddressesResponse.Builder,ListResolverEndpointIpAddressesResponse>, Route53ResolverResponse.Builder, SdkBuilder<ListResolverEndpointIpAddressesResponse.Builder,ListResolverEndpointIpAddressesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListResolverEndpointIpAddressesResponse

  • Method Details

    • 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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The value that you specified for MaxResults in the request.

      Parameters:
      maxResults - The value that you specified for MaxResults in the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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).

      Parameters:
      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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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).

      Parameters:
      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).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 the IpAddressResponse.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<IpAddressResponse>).

      Parameters:
      ipAddresses - a consumer that will call methods on IpAddressResponse.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: