public static interface ListEmailIdentitiesRequest.Builder extends SesV2Request.Builder, SdkPojo, CopyableBuilder<ListEmailIdentitiesRequest.Builder,ListEmailIdentitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListEmailIdentitiesRequest.Builder |
nextToken(String nextToken)
A token returned from a previous call to
ListEmailIdentities to indicate the position in the
list of identities. |
ListEmailIdentitiesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEmailIdentitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEmailIdentitiesRequest.Builder |
pageSize(Integer pageSize)
The number of results to show in a single call to
ListEmailIdentities. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEmailIdentitiesRequest.Builder nextToken(String nextToken)
A token returned from a previous call to ListEmailIdentities to indicate the position in the
list of identities.
nextToken - A token returned from a previous call to ListEmailIdentities to indicate the position in
the list of identities.ListEmailIdentitiesRequest.Builder pageSize(Integer pageSize)
The number of results to show in a single call to ListEmailIdentities. If the number of results
is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
pageSize - The number of results to show in a single call to ListEmailIdentities. If the number of
results is larger than the number you specified in this parameter, then the response includes a
NextToken element, which you can use to obtain additional results.
The value you specify has to be at least 0, and can be no more than 1000.
ListEmailIdentitiesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEmailIdentitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.