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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseConfigurationAssociation.BuilderamiAssociationScope(String amiAssociationScope)Scope of AMI associations.LicenseConfigurationAssociation.BuilderassociationTime(Instant associationTime)Time when the license configuration was associated with the resource.LicenseConfigurationAssociation.BuilderresourceArn(String resourceArn)Amazon Resource Name (ARN) of the resource.LicenseConfigurationAssociation.BuilderresourceOwnerId(String resourceOwnerId)ID of the Amazon Web Services account that owns the resource consuming licenses.LicenseConfigurationAssociation.BuilderresourceType(String resourceType)Type of server resource.LicenseConfigurationAssociation.BuilderresourceType(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 Detail
-
resourceArn
LicenseConfigurationAssociation.Builder resourceArn(String 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
LicenseConfigurationAssociation.Builder resourceType(String 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,ResourceType
-
resourceType
LicenseConfigurationAssociation.Builder resourceType(ResourceType 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,ResourceType
-
resourceOwnerId
LicenseConfigurationAssociation.Builder resourceOwnerId(String 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
LicenseConfigurationAssociation.Builder associationTime(Instant 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
LicenseConfigurationAssociation.Builder amiAssociationScope(String 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.
-
-