Interface LaunchTemplateLicenseConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,
,LaunchTemplateLicenseConfiguration> SdkBuilder<LaunchTemplateLicenseConfiguration.Builder,
,LaunchTemplateLicenseConfiguration> SdkPojo
- Enclosing class:
LaunchTemplateLicenseConfiguration
@Mutable
@NotThreadSafe
public static interface LaunchTemplateLicenseConfiguration.Builder
extends SdkPojo, CopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseConfigurationArn
(String licenseConfigurationArn) The Amazon Resource Name (ARN) of the license configuration.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, sdkFieldNameToField, sdkFields
-
Method Details
-
licenseConfigurationArn
The Amazon Resource Name (ARN) of the license configuration.
- Parameters:
licenseConfigurationArn
- The Amazon Resource Name (ARN) of the license configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-