public static interface ListIdentityPoolsResponse.Builder extends CognitoIdentityResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityPoolsResponse.Builder,ListIdentityPoolsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolsResponse.Builder |
identityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResponse.Builder |
identityPools(Consumer<IdentityPoolShortDescription.Builder>... identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResponse.Builder |
identityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIdentityPoolsResponse.Builder identityPools(Collection<IdentityPoolShortDescription> identityPools)
The identity pools returned by the ListIdentityPools action.
identityPools - The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResponse.Builder identityPools(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
identityPools - The identity pools returned by the ListIdentityPools action.ListIdentityPoolsResponse.Builder identityPools(Consumer<IdentityPoolShortDescription.Builder>... identityPools)
The identity pools returned by the ListIdentityPools action.
This is a convenience method that creates an instance of theIdentityPoolShortDescription.Builder avoiding
the need to create one manually via
IdentityPoolShortDescription.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #identityPools(List.
identityPools - a consumer that will call methods on
IdentityPoolShortDescription.Builder#identityPools(java.util.Collection) ListIdentityPoolsResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken - A pagination token.Copyright © 2023. All rights reserved.