Interface ListResolverEndpointIpAddressesResponse.Builder

    • Method Detail

      • nextToken

        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.

        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

        ListResolverEndpointIpAddressesResponse.Builder maxResults​(Integer 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

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

        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

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

        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.