Interface ListDedicatedIpPoolsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,,- ListDedicatedIpPoolsResponse> - PinpointEmailResponse.Builder,- SdkBuilder<ListDedicatedIpPoolsResponse.Builder,,- ListDedicatedIpPoolsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDedicatedIpPoolsResponse
@Mutable
@NotThreadSafe
public static interface ListDedicatedIpPoolsResponse.Builder
extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondedicatedIpPools(String... dedicatedIpPools) A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.dedicatedIpPools(Collection<String> dedicatedIpPools) A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.A token that indicates that there are additional IP pools to list.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dedicatedIpPoolsA 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.
 
- 
dedicatedIpPoolsA 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.
 
- 
nextTokenA 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 theNextTokenparameter.- 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- NextTokenparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-