@Stability(value=Stable) public static final class CfnBuildProps.Builder extends Object implements software.amazon.jsii.Builder<CfnBuildProps>
CfnBuildProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBuildProps |
build()
Builds the configured instance.
|
CfnBuildProps.Builder |
name(String name)
Sets the value of
CfnBuildProps.getName() |
CfnBuildProps.Builder |
operatingSystem(String operatingSystem)
Sets the value of
CfnBuildProps.getOperatingSystem() |
CfnBuildProps.Builder |
storageLocation(CfnBuild.S3LocationProperty storageLocation)
Sets the value of
CfnBuildProps.getStorageLocation() |
CfnBuildProps.Builder |
storageLocation(IResolvable storageLocation)
Sets the value of
CfnBuildProps.getStorageLocation() |
CfnBuildProps.Builder |
version(String version)
Sets the value of
CfnBuildProps.getVersion() |
@Stability(value=Stable) public CfnBuildProps.Builder name(String name)
CfnBuildProps.getName()name - `AWS::GameLift::Build.Name`.this@Stability(value=Stable) public CfnBuildProps.Builder operatingSystem(String operatingSystem)
CfnBuildProps.getOperatingSystem()operatingSystem - `AWS::GameLift::Build.OperatingSystem`.this@Stability(value=Stable) public CfnBuildProps.Builder storageLocation(CfnBuild.S3LocationProperty storageLocation)
CfnBuildProps.getStorageLocation()storageLocation - `AWS::GameLift::Build.StorageLocation`.this@Stability(value=Stable) public CfnBuildProps.Builder storageLocation(IResolvable storageLocation)
CfnBuildProps.getStorageLocation()storageLocation - `AWS::GameLift::Build.StorageLocation`.this@Stability(value=Stable) public CfnBuildProps.Builder version(String version)
CfnBuildProps.getVersion()version - `AWS::GameLift::Build.Version`.this@Stability(value=Stable) public CfnBuildProps build()
build in interface software.amazon.jsii.Builder<CfnBuildProps>CfnBuildPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.