public static interface ListIdentityPoolUsageResponse.Builder extends CognitoSyncResponse.Builder, CopyableBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>
| Modifier and Type | Method and Description |
|---|---|
ListIdentityPoolUsageResponse.Builder |
count(Integer count)
Total number of identities for the identity pool.
|
ListIdentityPoolUsageResponse.Builder |
identityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResponse.Builder |
identityPoolUsages(Consumer<IdentityPoolUsage.Builder>... identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResponse.Builder |
identityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.
|
ListIdentityPoolUsageResponse.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned.
|
ListIdentityPoolUsageResponse.Builder |
nextToken(String nextToken)
A pagination token for obtaining the next page of results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListIdentityPoolUsageResponse.Builder identityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages - Usage information for the identity pools.ListIdentityPoolUsageResponse.Builder identityPoolUsages(IdentityPoolUsage... identityPoolUsages)
identityPoolUsages - Usage information for the identity pools.ListIdentityPoolUsageResponse.Builder identityPoolUsages(Consumer<IdentityPoolUsage.Builder>... identityPoolUsages)
.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #identityPoolUsages(List) .identityPoolUsages - a consumer that will call methods on List.Builder #identityPoolUsages(List) ListIdentityPoolUsageResponse.Builder maxResults(Integer maxResults)
maxResults - The maximum number of results to be returned.ListIdentityPoolUsageResponse.Builder count(Integer count)
count - Total number of identities for the identity pool.ListIdentityPoolUsageResponse.Builder nextToken(String nextToken)
nextToken - A pagination token for obtaining the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.