Interface IdentityPoolUsage.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>,SdkBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>,SdkPojo
- Enclosing class:
- IdentityPoolUsage
public static interface IdentityPoolUsage.Builder extends SdkPojo, CopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdentityPoolUsage.BuilderdataStorage(Long dataStorage)Data storage information for the identity pool.IdentityPoolUsage.BuilderidentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.IdentityPoolUsage.BuilderlastModifiedDate(Instant lastModifiedDate)Date on which the identity pool was last modified.IdentityPoolUsage.BuildersyncSessionsCount(Long syncSessionsCount)Number of sync sessions for the identity pool.-
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
-
-
-
-
Method Detail
-
identityPoolId
IdentityPoolUsage.Builder identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Parameters:
identityPoolId- A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. GUID generation is unique within a region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
syncSessionsCount
IdentityPoolUsage.Builder syncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.- Parameters:
syncSessionsCount- Number of sync sessions for the identity pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStorage
IdentityPoolUsage.Builder dataStorage(Long dataStorage)
Data storage information for the identity pool.- Parameters:
dataStorage- Data storage information for the identity pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedDate
IdentityPoolUsage.Builder lastModifiedDate(Instant lastModifiedDate)
Date on which the identity pool was last modified.- Parameters:
lastModifiedDate- Date on which the identity pool was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-