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 the resource.
|
LicenseConfigurationUsage.Builder |
consumedLicenses(Long consumedLicenses)
Number of licenses consumed by the resource.
|
LicenseConfigurationUsage.Builder |
resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
|
LicenseConfigurationUsage.Builder |
resourceOwnerId(String resourceOwnerId)
ID of the account that owns the resource.
|
LicenseConfigurationUsage.Builder |
resourceStatus(String resourceStatus)
Status of the resource.
|
LicenseConfigurationUsage.Builder |
resourceType(ResourceType resourceType)
Type of resource.
|
LicenseConfigurationUsage.Builder |
resourceType(String resourceType)
Type of resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLicenseConfigurationUsage.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
resourceArn - Amazon Resource Name (ARN) of the resource.LicenseConfigurationUsage.Builder resourceType(String resourceType)
Type of resource.
resourceType - Type of resource.ResourceType,
ResourceTypeLicenseConfigurationUsage.Builder resourceType(ResourceType resourceType)
Type of resource.
resourceType - Type of resource.ResourceType,
ResourceTypeLicenseConfigurationUsage.Builder resourceStatus(String resourceStatus)
Status of the resource.
resourceStatus - Status of the resource.LicenseConfigurationUsage.Builder resourceOwnerId(String resourceOwnerId)
ID of the account that owns the resource.
resourceOwnerId - ID of the account that owns the resource.LicenseConfigurationUsage.Builder associationTime(Instant associationTime)
Time when the license configuration was initially associated with the resource.
associationTime - Time when the license configuration was initially associated with the resource.LicenseConfigurationUsage.Builder consumedLicenses(Long consumedLicenses)
Number of licenses consumed by the resource.
consumedLicenses - Number of licenses consumed by the resource.Copyright © 2022. All rights reserved.