CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
, SdkBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
public static interface ListIdentitiesRequest.Builder extends CopyableBuilder<ListIdentitiesRequest.Builder,ListIdentitiesRequest>
Modifier and Type | Method | Description |
---|---|---|
ListIdentitiesRequest.Builder |
identityType(String identityType) |
The type of the identities to list.
|
ListIdentitiesRequest.Builder |
identityType(IdentityType 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.
|
copy
apply, 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
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
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.