@Stability(value=Stable) public static final class CfnStateMachine.S3LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnStateMachine.S3LocationProperty>
CfnStateMachine.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnStateMachine.S3LocationProperty.Builder |
bucket(String bucket)
Sets the value of
CfnStateMachine.S3LocationProperty.getBucket() |
CfnStateMachine.S3LocationProperty |
build()
Builds the configured instance.
|
CfnStateMachine.S3LocationProperty.Builder |
key(String key)
Sets the value of
CfnStateMachine.S3LocationProperty.getKey() |
CfnStateMachine.S3LocationProperty.Builder |
version(String version)
Sets the value of
CfnStateMachine.S3LocationProperty.getVersion() |
@Stability(value=Stable) public CfnStateMachine.S3LocationProperty.Builder bucket(String bucket)
CfnStateMachine.S3LocationProperty.getBucket()bucket - The name of the S3 bucket where the state machine definition JSON or YAML file is stored. This parameter is required.this@Stability(value=Stable) public CfnStateMachine.S3LocationProperty.Builder key(String key)
CfnStateMachine.S3LocationProperty.getKey()key - The name of the state machine definition file (Amazon S3 object name). This parameter is required.this@Stability(value=Stable) public CfnStateMachine.S3LocationProperty.Builder version(String version)
CfnStateMachine.S3LocationProperty.getVersion()version - For versioning-enabled buckets, a specific version of the state machine definition.this@Stability(value=Stable) public CfnStateMachine.S3LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnStateMachine.S3LocationProperty>CfnStateMachine.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.