public static interface ListIdentityPoolsResponse.Builder extends CognitoIdentityResponse.Builder, 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(IdentityPoolShortDescription... identityPools)
The identity pools returned by the ListIdentityPools action.
|
ListIdentityPoolsResponse.Builder |
nextToken(String nextToken)
A pagination token.
|
buildcopyapply, 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 nextToken(String nextToken)
A pagination token.
nextToken - A pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.