public static interface LicenseConfigurationUsage.Builder extends SdkPojo, CopyableBuilder<LicenseConfigurationUsage.Builder,LicenseConfigurationUsage>
Modifier and Type | Method and Description |
---|---|
LicenseConfigurationUsage.Builder |
associationTime(Instant associationTime)
Time when the license configuration was initially associated with a resource.
|
LicenseConfigurationUsage.Builder |
consumedLicenses(Long consumedLicenses)
Number of licenses consumed out of the total provisioned in the license configuration.
|
LicenseConfigurationUsage.Builder |
resourceArn(String resourceArn)
ARN of the resource associated with a license configuration.
|
LicenseConfigurationUsage.Builder |
resourceOwnerId(String resourceOwnerId)
ID of the account that owns a resource that is associated with the license configuration.
|
LicenseConfigurationUsage.Builder |
resourceStatus(String resourceStatus)
Status of a resource associated with the license configuration.
|
LicenseConfigurationUsage.Builder |
resourceType(ResourceType resourceType)
Type of resource associated with athe license configuration.
|
LicenseConfigurationUsage.Builder |
resourceType(String resourceType)
Type of resource associated with athe license configuration.
|
copy
applyMutation, build
LicenseConfigurationUsage.Builder resourceArn(String resourceArn)
ARN of the resource associated with a license configuration.
resourceArn
- ARN of the resource associated with a license configuration.LicenseConfigurationUsage.Builder resourceType(String resourceType)
Type of resource associated with athe license configuration.
resourceType
- Type of resource associated with athe license configuration.ResourceType
,
ResourceType
LicenseConfigurationUsage.Builder resourceType(ResourceType resourceType)
Type of resource associated with athe license configuration.
resourceType
- Type of resource associated with athe license configuration.ResourceType
,
ResourceType
LicenseConfigurationUsage.Builder resourceStatus(String resourceStatus)
Status of a resource associated with the license configuration.
resourceStatus
- Status of a resource associated with the license configuration.LicenseConfigurationUsage.Builder resourceOwnerId(String resourceOwnerId)
ID of the account that owns a resource that is associated with the license configuration.
resourceOwnerId
- ID of the account that owns a resource that is associated with the license configuration.LicenseConfigurationUsage.Builder associationTime(Instant associationTime)
Time when the license configuration was initially associated with a resource.
associationTime
- Time when the license configuration was initially associated with a resource.LicenseConfigurationUsage.Builder consumedLicenses(Long consumedLicenses)
Number of licenses consumed out of the total provisioned in the license configuration.
consumedLicenses
- Number of licenses consumed out of the total provisioned in the license configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.