@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 - `CfnStateMachine.S3LocationProperty.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnStateMachine.S3LocationProperty.Builder key(String key)
CfnStateMachine.S3LocationProperty.getKey()key - `CfnStateMachine.S3LocationProperty.Key`. This parameter is required.this@Stability(value=Stable) public CfnStateMachine.S3LocationProperty.Builder version(String version)
CfnStateMachine.S3LocationProperty.getVersion()version - `CfnStateMachine.S3LocationProperty.Version`.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 © 2021. All rights reserved.