public static interface IdentityPoolUsage.Builder extends CopyableBuilder<IdentityPoolUsage.Builder,IdentityPoolUsage>
| Modifier and Type | Method and Description |
|---|---|
IdentityPoolUsage.Builder |
dataStorage(Long dataStorage)
Data storage information for the identity pool.
|
IdentityPoolUsage.Builder |
identityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.
|
IdentityPoolUsage.Builder |
lastModifiedDate(Instant lastModifiedDate)
Date on which the identity pool was last modified.
|
IdentityPoolUsage.Builder |
syncSessionsCount(Long syncSessionsCount)
Number of sync sessions for the identity pool.
|
copyapply, buildIdentityPoolUsage.Builder identityPoolId(String identityPoolId)
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.IdentityPoolUsage.Builder syncSessionsCount(Long syncSessionsCount)
syncSessionsCount - Number of sync sessions for the identity pool.IdentityPoolUsage.Builder dataStorage(Long dataStorage)
dataStorage - Data storage information for the identity pool.IdentityPoolUsage.Builder lastModifiedDate(Instant lastModifiedDate)
lastModifiedDate - Date on which the identity pool was last modified.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.