public static interface ListIdentitiesResponse.Builder extends CognitoIdentityResponse.Builder, CopyableBuilder<ListIdentitiesResponse.Builder,ListIdentitiesResponse>
Modifier and Type | Method and Description |
---|---|
ListIdentitiesResponse.Builder |
identities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResponse.Builder |
identities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
|
ListIdentitiesResponse.Builder |
identityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
|
ListIdentitiesResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
build
copy
apply, build
ListIdentitiesResponse.Builder identityPoolId(String identityPoolId)
An identity pool ID in the format REGION:GUID.
identityPoolId
- An identity pool ID in the format REGION:GUID.ListIdentitiesResponse.Builder identities(Collection<IdentityDescription> identities)
An object containing a set of identities and associated mappings.
identities
- An object containing a set of identities and associated mappings.ListIdentitiesResponse.Builder identities(IdentityDescription... identities)
An object containing a set of identities and associated mappings.
identities
- An object containing a set of identities and associated mappings.ListIdentitiesResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.