public static interface ListIdentitiesRequest.Builder extends SESRequest.Builder, CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIdentitiesRequest.Builder |
identityType(IdentityType identityType)
The type of the identities to list.
|
ListIdentitiesRequest.Builder |
identityType(String identityType)
The type of the identities to list.
|
ListIdentitiesRequest.Builder |
maxItems(Integer maxItems)
The maximum number of identities per page.
|
ListIdentitiesRequest.Builder |
nextToken(String nextToken)
The token to use for pagination.
|
ListIdentitiesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListIdentitiesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListIdentitiesRequest.Builder identityType(String identityType)
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter
is omitted, then all identities will be listed.IdentityType,
IdentityTypeListIdentitiesRequest.Builder identityType(IdentityType identityType)
The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter is omitted, then all identities will be listed.
identityType - The type of the identities to list. Possible values are "EmailAddress" and "Domain". If this parameter
is omitted, then all identities will be listed.IdentityType,
IdentityTypeListIdentitiesRequest.Builder nextToken(String nextToken)
The token to use for pagination.
nextToken - The token to use for pagination.ListIdentitiesRequest.Builder maxItems(Integer maxItems)
The maximum number of identities per page. Possible values are 1-1000 inclusive.
maxItems - The maximum number of identities per page. Possible values are 1-1000 inclusive.ListIdentitiesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListIdentitiesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.