Interface IdentityUsage.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdentityUsage.Builder,
,IdentityUsage> SdkBuilder<IdentityUsage.Builder,
,IdentityUsage> SdkPojo
- Enclosing class:
IdentityUsage
public static interface IdentityUsage.Builder
extends SdkPojo, CopyableBuilder<IdentityUsage.Builder,IdentityUsage>
-
Method Summary
Modifier and TypeMethodDescriptiondatasetCount
(Integer datasetCount) Number of datasets for the identity.dataStorage
(Long dataStorage) Total data storage for this identity.identityId
(String identityId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.identityPoolId
(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.lastModifiedDate
(Instant lastModifiedDate) Date on which the identity was last modified.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, sdkFields
-
Method Details
-
identityId
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:
identityId
- 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.
-
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.
-
lastModifiedDate
Date on which the identity was last modified.- Parameters:
lastModifiedDate
- Date on which the identity was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
datasetCount
Number of datasets for the identity.- Parameters:
datasetCount
- Number of datasets for the identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStorage
Total data storage for this identity.- Parameters:
dataStorage
- Total data storage for this identity.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-