Interface ListDedicatedIpPoolsResponse.Builder

    • Method Detail

      • dedicatedIpPools

        ListDedicatedIpPoolsResponse.Builder dedicatedIpPools​(Collection<String> dedicatedIpPools)

        A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.

        Parameters:
        dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dedicatedIpPools

        ListDedicatedIpPoolsResponse.Builder dedicatedIpPools​(String... dedicatedIpPools)

        A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.

        Parameters:
        dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListDedicatedIpPoolsResponse.Builder nextToken​(String nextToken)

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

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