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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListIdentitiesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListIdentitiesRequest.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
,
IdentityType
ListIdentitiesRequest.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
,
IdentityType
ListIdentitiesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListIdentitiesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.