Interface Entitlement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Entitlement.Builder,,Entitlement> SdkBuilder<Entitlement.Builder,,Entitlement> SdkPojo
- Enclosing class:
Entitlement
@Mutable
@NotThreadSafe
public static interface Entitlement.Builder
extends SdkPojo, CopyableBuilder<Entitlement.Builder,Entitlement>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseArn(String licenseArn) The Amazon Resource Name (ARN) of the AWS License Manager license associated with the entitlement.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
licenseArn
The Amazon Resource Name (ARN) of the AWS License Manager license associated with the entitlement.
- Parameters:
licenseArn- The Amazon Resource Name (ARN) of the AWS License Manager license associated with the entitlement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-