CopyableBuilder<ListIdentityPoolsResponse.Builder,ListIdentityPoolsResponse>
, SdkBuilder<ListIdentityPoolsResponse.Builder,ListIdentityPoolsResponse>
public static interface ListIdentityPoolsResponse.Builder extends CopyableBuilder<ListIdentityPoolsResponse.Builder,ListIdentityPoolsResponse>
Modifier and Type | Method | 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.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setIdentityPools(java.util.Collection)
or #withIdentityPools(java.util.Collection)
if you
want to override the existing values.
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.