Interface LicenseConfigurationAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LicenseConfigurationAssociation.Builder,
,LicenseConfigurationAssociation> SdkBuilder<LicenseConfigurationAssociation.Builder,
,LicenseConfigurationAssociation> SdkPojo
- Enclosing class:
LicenseConfigurationAssociation
public static interface LicenseConfigurationAssociation.Builder
extends SdkPojo, CopyableBuilder<LicenseConfigurationAssociation.Builder,LicenseConfigurationAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionamiAssociationScope
(String amiAssociationScope) Scope of AMI associations.associationTime
(Instant associationTime) Time when the license configuration was associated with the resource.resourceArn
(String resourceArn) Amazon Resource Name (ARN) of the resource.resourceOwnerId
(String resourceOwnerId) ID of the Amazon Web Services account that owns the resource consuming licenses.resourceType
(String resourceType) Type of server resource.resourceType
(ResourceType resourceType) Type of server resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
resourceArn
Amazon Resource Name (ARN) of the resource.
- Parameters:
resourceArn
- Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
Type of server resource.
- Parameters:
resourceType
- Type of server resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceType
Type of server resource.
- Parameters:
resourceType
- Type of server resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
resourceOwnerId
ID of the Amazon Web Services account that owns the resource consuming licenses.
- Parameters:
resourceOwnerId
- ID of the Amazon Web Services account that owns the resource consuming licenses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
associationTime
Time when the license configuration was associated with the resource.
- Parameters:
associationTime
- Time when the license configuration was associated with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amiAssociationScope
Scope of AMI associations. The possible value is
cross-account
.- Parameters:
amiAssociationScope
- Scope of AMI associations. The possible value iscross-account
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-