Interface GetDedicatedIpsResponse.Builder

    • Method Detail

      • dedicatedIps

        GetDedicatedIpsResponse.Builder dedicatedIps​(Collection<DedicatedIp> dedicatedIps)

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

        Parameters:
        dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dedicatedIps

        GetDedicatedIpsResponse.Builder dedicatedIps​(DedicatedIp... dedicatedIps)

        A list of dedicated IP addresses that are associated with your Amazon Web Services account.

        Parameters:
        dedicatedIps - A list of dedicated IP addresses that are associated with your Amazon Web Services account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetDedicatedIpsResponse.Builder nextToken​(String nextToken)

        A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.

        Parameters:
        nextToken - A token that indicates that there are additional dedicated IP addresses to list. To view additional addresses, issue another request to GetDedicatedIps, passing this token in the NextToken parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.