@Stability(value=Stable) public static final class CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnComputeEnvironment.LaunchTemplateSpecificationProperty>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnComputeEnvironment.LaunchTemplateSpecificationProperty |
build()
Builds the configured instance.
|
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder |
launchTemplateId(String launchTemplateId)
|
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder |
launchTemplateName(String launchTemplateName)
|
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder |
version(String version)
Sets the value of
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.getVersion() |
@Stability(value=Stable) public CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder launchTemplateId(String launchTemplateId)
launchTemplateId
- `CfnComputeEnvironment.LaunchTemplateSpecificationProperty.LaunchTemplateId`.this
@Stability(value=Stable) public CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder launchTemplateName(String launchTemplateName)
launchTemplateName
- `CfnComputeEnvironment.LaunchTemplateSpecificationProperty.LaunchTemplateName`.this
@Stability(value=Stable) public CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Builder version(String version)
CfnComputeEnvironment.LaunchTemplateSpecificationProperty.getVersion()
version
- `CfnComputeEnvironment.LaunchTemplateSpecificationProperty.Version`.this
@Stability(value=Stable) public CfnComputeEnvironment.LaunchTemplateSpecificationProperty build()
build
in interface software.amazon.jsii.Builder<CfnComputeEnvironment.LaunchTemplateSpecificationProperty>
CfnComputeEnvironment.LaunchTemplateSpecificationProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.