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 Details

    • 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.