public static interface LicenseConfigurationAssociation.Builder extends SdkPojo, CopyableBuilder<LicenseConfigurationAssociation.Builder,LicenseConfigurationAssociation>
| Modifier and Type | Method and Description |
|---|---|
LicenseConfigurationAssociation.Builder |
amiAssociationScope(String amiAssociationScope)
Scope of AMI associations.
|
LicenseConfigurationAssociation.Builder |
associationTime(Instant associationTime)
Time when the license configuration was associated with the resource.
|
LicenseConfigurationAssociation.Builder |
resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
|
LicenseConfigurationAssociation.Builder |
resourceOwnerId(String resourceOwnerId)
ID of the Amazon Web Services 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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLicenseConfigurationAssociation.Builder resourceArn(String resourceArn)
Amazon Resource Name (ARN) of the resource.
resourceArn - Amazon Resource Name (ARN) of the resource.LicenseConfigurationAssociation.Builder resourceType(String resourceType)
Type of server resource.
resourceType - Type of server resource.ResourceType,
ResourceTypeLicenseConfigurationAssociation.Builder resourceType(ResourceType resourceType)
Type of server resource.
resourceType - Type of server resource.ResourceType,
ResourceTypeLicenseConfigurationAssociation.Builder resourceOwnerId(String resourceOwnerId)
ID of the Amazon Web Services account that owns the resource consuming licenses.
resourceOwnerId - ID of the Amazon Web Services 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.LicenseConfigurationAssociation.Builder amiAssociationScope(String amiAssociationScope)
Scope of AMI associations. The possible value is cross-account.
amiAssociationScope - Scope of AMI associations. The possible value is cross-account.Copyright © 2022. All rights reserved.