Interface ConsumedLicenseSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ConsumedLicenseSummary.Builder,ConsumedLicenseSummary>, SdkBuilder<ConsumedLicenseSummary.Builder,ConsumedLicenseSummary>, SdkPojo
Enclosing class:
ConsumedLicenseSummary

public static interface ConsumedLicenseSummary.Builder extends SdkPojo, CopyableBuilder<ConsumedLicenseSummary.Builder,ConsumedLicenseSummary>
  • Method Details

    • resourceType

      ConsumedLicenseSummary.Builder resourceType(String resourceType)

      Resource type of the resource consuming a license.

      Parameters:
      resourceType - Resource type of the resource consuming a license.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • resourceType

      ConsumedLicenseSummary.Builder resourceType(ResourceType resourceType)

      Resource type of the resource consuming a license.

      Parameters:
      resourceType - Resource type of the resource consuming a license.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • consumedLicenses

      ConsumedLicenseSummary.Builder consumedLicenses(Long consumedLicenses)

      Number of licenses consumed by the resource.

      Parameters:
      consumedLicenses - Number of licenses consumed by the resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.