public static interface ListIdentitiesResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentitiesResponse.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 method that creates an instance of theIdentityDescription.Builder avoiding the need
to create one manually via
IdentityDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #identities(List.
identities - a consumer that will call methods on
IdentityDescription.Builder#identities(java.util.Collection) ListIdentitiesResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken - A pagination token.Copyright © 2023. All rights reserved.