Interface ListDedicatedIpPoolsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse>,PinpointEmailResponse.Builder,SdkBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListDedicatedIpPoolsResponse
public static interface ListDedicatedIpPoolsResponse.Builder extends PinpointEmailResponse.Builder, SdkPojo, CopyableBuilder<ListDedicatedIpPoolsResponse.Builder,ListDedicatedIpPoolsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDedicatedIpPoolsResponse.BuilderdedicatedIpPools(String... dedicatedIpPools)A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.BuilderdedicatedIpPools(Collection<String> dedicatedIpPools)A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.ListDedicatedIpPoolsResponse.BuildernextToken(String nextToken)A token that indicates that there are additional IP pools to list.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.pinpointemail.model.PinpointEmailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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 theNextTokenparameter.- Parameters:
nextToken- A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request toListDedicatedIpPools, passing this token in theNextTokenparameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-