Interface ListDedicatedIpPoolsResponse.Builder

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

  • Method Details

    • 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

      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.