@Stability(value=Stable) public static final class CfnAppBlock.ScriptDetailsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAppBlock.ScriptDetailsProperty>
CfnAppBlock.ScriptDetailsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAppBlock.ScriptDetailsProperty |
build()
Builds the configured instance.
|
CfnAppBlock.ScriptDetailsProperty.Builder |
executableParameters(String executableParameters)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getExecutableParameters() |
CfnAppBlock.ScriptDetailsProperty.Builder |
executablePath(String executablePath)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getExecutablePath() |
CfnAppBlock.ScriptDetailsProperty.Builder |
scriptS3Location(CfnAppBlock.S3LocationProperty scriptS3Location)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getScriptS3Location() |
CfnAppBlock.ScriptDetailsProperty.Builder |
scriptS3Location(IResolvable scriptS3Location)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getScriptS3Location() |
CfnAppBlock.ScriptDetailsProperty.Builder |
timeoutInSeconds(Number timeoutInSeconds)
Sets the value of
CfnAppBlock.ScriptDetailsProperty.getTimeoutInSeconds() |
@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty.Builder executablePath(String executablePath)
CfnAppBlock.ScriptDetailsProperty.getExecutablePath()executablePath - The run path for the script. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty.Builder scriptS3Location(CfnAppBlock.S3LocationProperty scriptS3Location)
CfnAppBlock.ScriptDetailsProperty.getScriptS3Location()scriptS3Location - The S3 object location of the script. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty.Builder scriptS3Location(IResolvable scriptS3Location)
CfnAppBlock.ScriptDetailsProperty.getScriptS3Location()scriptS3Location - The S3 object location of the script. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty.Builder timeoutInSeconds(Number timeoutInSeconds)
CfnAppBlock.ScriptDetailsProperty.getTimeoutInSeconds()timeoutInSeconds - The run timeout, in seconds, for the script. This parameter is required.this@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty.Builder executableParameters(String executableParameters)
CfnAppBlock.ScriptDetailsProperty.getExecutableParameters()executableParameters - The parameters used in the run path for the script.this@Stability(value=Stable) public CfnAppBlock.ScriptDetailsProperty build()
build in interface software.amazon.jsii.Builder<CfnAppBlock.ScriptDetailsProperty>CfnAppBlock.ScriptDetailsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.