@Stability(value=Stable)
public static interface CfnGameServerGroup.LaunchTemplateProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.gamelift.*;
LaunchTemplateProperty launchTemplateProperty = LaunchTemplateProperty.builder()
.launchTemplateId("launchTemplateId")
.launchTemplateName("launchTemplateName")
.version("version")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnGameServerGroup.LaunchTemplateProperty.Builder
A builder for
CfnGameServerGroup.LaunchTemplateProperty |
static class |
CfnGameServerGroup.LaunchTemplateProperty.Jsii$Proxy
An implementation for
CfnGameServerGroup.LaunchTemplateProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnGameServerGroup.LaunchTemplateProperty.Builder |
builder() |
default String |
getLaunchTemplateId()
`CfnGameServerGroup.LaunchTemplateProperty.LaunchTemplateId`.
|
default String |
getLaunchTemplateName()
`CfnGameServerGroup.LaunchTemplateProperty.LaunchTemplateName`.
|
default String |
getVersion()
`CfnGameServerGroup.LaunchTemplateProperty.Version`.
|
@Stability(value=Stable) @Nullable default String getLaunchTemplateId()
@Stability(value=Stable) @Nullable default String getLaunchTemplateName()
@Stability(value=Stable) @Nullable default String getVersion()
@Stability(value=Stable) static CfnGameServerGroup.LaunchTemplateProperty.Builder builder()
Copyright © 2022. All rights reserved.