public static interface LicenseConfigurationAssociation.Builder extends SdkPojo, CopyableBuilder<LicenseConfigurationAssociation.Builder,LicenseConfigurationAssociation>
Modifier and Type | Method and Description |
---|---|
LicenseConfigurationAssociation.Builder |
associationTime(Instant associationTime)
Time when the license configuration was associated with the resource.
|
LicenseConfigurationAssociation.Builder |
resourceArn(String resourceArn)
ARN of the resource associated with the license configuration.
|
LicenseConfigurationAssociation.Builder |
resourceOwnerId(String resourceOwnerId)
ID of the AWS account that owns the resource consuming licenses.
|
LicenseConfigurationAssociation.Builder |
resourceType(ResourceType resourceType)
Type of server resource.
|
LicenseConfigurationAssociation.Builder |
resourceType(String resourceType)
Type of server resource.
|
copy
applyMutation, build
LicenseConfigurationAssociation.Builder resourceArn(String resourceArn)
ARN of the resource associated with the license configuration.
resourceArn
- ARN of the resource associated with the license configuration.LicenseConfigurationAssociation.Builder resourceType(String resourceType)
Type of server resource.
resourceType
- Type of server resource.ResourceType
,
ResourceType
LicenseConfigurationAssociation.Builder resourceType(ResourceType resourceType)
Type of server resource.
resourceType
- Type of server resource.ResourceType
,
ResourceType
LicenseConfigurationAssociation.Builder resourceOwnerId(String resourceOwnerId)
ID of the AWS account that owns the resource consuming licenses.
resourceOwnerId
- ID of the AWS account that owns the resource consuming licenses.LicenseConfigurationAssociation.Builder associationTime(Instant associationTime)
Time when the license configuration was associated with the resource.
associationTime
- Time when the license configuration was associated with the resource.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.