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