Interface LaunchTemplateLicenseConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>,SdkBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>,SdkPojo
- Enclosing class:
- LaunchTemplateLicenseConfiguration
public static interface LaunchTemplateLicenseConfiguration.Builder extends SdkPojo, CopyableBuilder<LaunchTemplateLicenseConfiguration.Builder,LaunchTemplateLicenseConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LaunchTemplateLicenseConfiguration.BuilderlicenseConfigurationArn(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 Detail
-
licenseConfigurationArn
LaunchTemplateLicenseConfiguration.Builder licenseConfigurationArn(String 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.
-
-