Interface ListIdentityPoolUsageResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoSyncResponse.Builder,CopyableBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>,SdkBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListIdentityPoolUsageResponse
public static interface ListIdentityPoolUsageResponse.Builder extends CognitoSyncResponse.Builder, SdkPojo, CopyableBuilder<ListIdentityPoolUsageResponse.Builder,ListIdentityPoolUsageResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIdentityPoolUsageResponse.Buildercount(Integer count)Total number of identities for the identity pool.ListIdentityPoolUsageResponse.BuilderidentityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)Usage information for the identity pools.ListIdentityPoolUsageResponse.BuilderidentityPoolUsages(Consumer<IdentityPoolUsage.Builder>... identityPoolUsages)Usage information for the identity pools.ListIdentityPoolUsageResponse.BuilderidentityPoolUsages(IdentityPoolUsage... identityPoolUsages)Usage information for the identity pools.ListIdentityPoolUsageResponse.BuildermaxResults(Integer maxResults)The maximum number of results to be returned.ListIdentityPoolUsageResponse.BuildernextToken(String nextToken)A pagination token for obtaining the next page of results.-
Methods inherited from interface software.amazon.awssdk.services.cognitosync.model.CognitoSyncResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
identityPoolUsages
ListIdentityPoolUsageResponse.Builder identityPoolUsages(Collection<IdentityPoolUsage> identityPoolUsages)
Usage information for the identity pools.- Parameters:
identityPoolUsages- Usage information for the identity pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityPoolUsages
ListIdentityPoolUsageResponse.Builder identityPoolUsages(IdentityPoolUsage... identityPoolUsages)
Usage information for the identity pools.- Parameters:
identityPoolUsages- Usage information for the identity pools.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identityPoolUsages
ListIdentityPoolUsageResponse.Builder identityPoolUsages(Consumer<IdentityPoolUsage.Builder>... identityPoolUsages)
Usage information for the identity pools. This is a convenience method that creates an instance of theIdentityPoolUsage.Builderavoiding the need to create one manually viaIdentityPoolUsage.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#identityPoolUsages(List.) - Parameters:
identityPoolUsages- a consumer that will call methods onIdentityPoolUsage.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#identityPoolUsages(java.util.Collection)
-
maxResults
ListIdentityPoolUsageResponse.Builder maxResults(Integer maxResults)
The maximum number of results to be returned.- Parameters:
maxResults- The maximum number of results to be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
ListIdentityPoolUsageResponse.Builder count(Integer count)
Total number of identities for the identity pool.- Parameters:
count- Total number of identities for the identity pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIdentityPoolUsageResponse.Builder nextToken(String nextToken)
A pagination token for obtaining the next page of results.- Parameters:
nextToken- A pagination token for obtaining the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-