Interface AwsEc2LaunchTemplateDataLicenseSetDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsEc2LaunchTemplateDataLicenseSetDetails.Builder,
,AwsEc2LaunchTemplateDataLicenseSetDetails> SdkBuilder<AwsEc2LaunchTemplateDataLicenseSetDetails.Builder,
,AwsEc2LaunchTemplateDataLicenseSetDetails> SdkPojo
- Enclosing class:
AwsEc2LaunchTemplateDataLicenseSetDetails
public static interface AwsEc2LaunchTemplateDataLicenseSetDetails.Builder
extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataLicenseSetDetails.Builder,AwsEc2LaunchTemplateDataLicenseSetDetails>
-
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, sdkFields
-
Method Details
-
licenseConfigurationArn
AwsEc2LaunchTemplateDataLicenseSetDetails.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.
-