Interface ListResolverEndpointIpAddressesRequest.Builder

    • Method Detail

      • resolverEndpointId

        ListResolverEndpointIpAddressesRequest.Builder resolverEndpointId​(String resolverEndpointId)

        The ID of the Resolver endpoint that you want to get IP addresses for.

        Parameters:
        resolverEndpointId - The ID of the Resolver endpoint that you want to get IP addresses for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        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.

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

        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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.