@Stability(value=Stable) public static final class CfnGameServerGroup.LaunchTemplateProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGameServerGroup.LaunchTemplateProperty>
CfnGameServerGroup.LaunchTemplateProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGameServerGroup.LaunchTemplateProperty |
build()
Builds the configured instance.
|
CfnGameServerGroup.LaunchTemplateProperty.Builder |
launchTemplateId(String launchTemplateId)
Sets the value of
CfnGameServerGroup.LaunchTemplateProperty.getLaunchTemplateId() |
CfnGameServerGroup.LaunchTemplateProperty.Builder |
launchTemplateName(String launchTemplateName)
Sets the value of
CfnGameServerGroup.LaunchTemplateProperty.getLaunchTemplateName() |
CfnGameServerGroup.LaunchTemplateProperty.Builder |
version(String version)
Sets the value of
CfnGameServerGroup.LaunchTemplateProperty.getVersion() |
@Stability(value=Stable) public CfnGameServerGroup.LaunchTemplateProperty.Builder launchTemplateId(String launchTemplateId)
CfnGameServerGroup.LaunchTemplateProperty.getLaunchTemplateId()launchTemplateId - A unique identifier for an existing Amazon EC2 launch template.this@Stability(value=Stable) public CfnGameServerGroup.LaunchTemplateProperty.Builder launchTemplateName(String launchTemplateName)
CfnGameServerGroup.LaunchTemplateProperty.getLaunchTemplateName()launchTemplateName - A readable identifier for an existing Amazon EC2 launch template.this@Stability(value=Stable) public CfnGameServerGroup.LaunchTemplateProperty.Builder version(String version)
CfnGameServerGroup.LaunchTemplateProperty.getVersion()version - The version of the Amazon EC2 launch template to use.
If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.this@Stability(value=Stable) public CfnGameServerGroup.LaunchTemplateProperty build()
build in interface software.amazon.jsii.Builder<CfnGameServerGroup.LaunchTemplateProperty>CfnGameServerGroup.LaunchTemplatePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.