CopyableBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>, SdkBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>public static interface ListIdentityPoolUsageResponse.Builder extends CopyableBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>
| Modifier and Type | Method | 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(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.
|
copyapply, buildListIdentityPoolUsageResponse.Builder identityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
identityPoolUsages - Usage information for the identity pools.ListIdentityPoolUsageResponse.Builder identityPoolUsages(IdentityPoolUsage... identityPoolUsages)
NOTE: This method appends the values to the existing list (if any). Use
#setIdentityPoolUsages(java.util.Collection) or #withIdentityPoolUsages(java.util.Collection)
if you want to override the existing values.
identityPoolUsages - Usage information for the identity pools.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.