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 Summary
Modifier and TypeMethodDescriptiondedicatedIpPools
(String... dedicatedIpPools) A list of all of the dedicated IP pools that are associated with your Amazon Web Services account in the current Region.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.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.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
Methods inherited from interface software.amazon.awssdk.services.sesv2.model.SesV2Response.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
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
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 theNextToken
parameter.- 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 theNextToken
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-