Interface AdminAppLicenseUsageRecord.Builder

  • Method Details

    • userArn

      The ARN of the user who used the license-included application.

      Parameters:
      userArn - The ARN of the user who used the license-included application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • billingPeriod

      AdminAppLicenseUsageRecord.Builder billingPeriod(String billingPeriod)

      The billing period for the license usage record.

      Parameters:
      billingPeriod - The billing period for the license usage record.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ownerAWSAccountId

      AdminAppLicenseUsageRecord.Builder ownerAWSAccountId(String ownerAWSAccountId)

      The account ID of the owner of the license.

      Parameters:
      ownerAWSAccountId - The account ID of the owner of the license.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionFirstUsedDate

      AdminAppLicenseUsageRecord.Builder subscriptionFirstUsedDate(Instant subscriptionFirstUsedDate)

      The date and time when the license was first used.

      Parameters:
      subscriptionFirstUsedDate - The date and time when the license was first used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • subscriptionLastUsedDate

      AdminAppLicenseUsageRecord.Builder subscriptionLastUsedDate(Instant subscriptionLastUsedDate)

      The date and time when the license was last used.

      Parameters:
      subscriptionLastUsedDate - The date and time when the license was last used.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • licenseType

      AdminAppLicenseUsageRecord.Builder licenseType(String licenseType)

      The type of license (for example, Microsoft Office).

      Parameters:
      licenseType - The type of license (for example, Microsoft Office).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userId

      The ID of the user who used the license-included application.

      Parameters:
      userId - The ID of the user who used the license-included application.
      Returns:
      Returns a reference to this object so that method calls can be chained together.