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(Consumer<IdentityDescription.Builder>... 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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 identities(Consumer<IdentityDescription.Builder>... identities)
An object containing a set of identities and associated mappings.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #identities(List)
.identities
- a consumer that will call methods on List.Builder
#identities(List)
ListIdentitiesResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.