Interface ListDedicatedIpPoolsResponse.Builder

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

public static interface ListDedicatedIpPoolsResponse.Builder extends SesV2Response.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,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 Web Services account in the current Region.

      Parameters:
      dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
      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 Web Services account in the current Region.

      Parameters:
      dedicatedIpPools - A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.
      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.