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(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
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListIdentityPoolsResponse.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 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 #identityPools(List)
.identityPools
- a consumer that will call methods on List.Builder
#identityPools(List)
ListIdentityPoolsResponse.Builder nextToken(String nextToken)
A pagination token.
nextToken
- A pagination token.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.