@Stability(value=Stable)
public static interface CfnStateMachine.S3LocationProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnStateMachine.S3LocationProperty.Builder
A builder for
CfnStateMachine.S3LocationProperty |
static class |
CfnStateMachine.S3LocationProperty.Jsii$Proxy
An implementation for
CfnStateMachine.S3LocationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnStateMachine.S3LocationProperty.Builder |
builder() |
String |
getBucket()
`CfnStateMachine.S3LocationProperty.Bucket`.
|
String |
getKey()
`CfnStateMachine.S3LocationProperty.Key`.
|
default String |
getVersion()
`CfnStateMachine.S3LocationProperty.Version`.
|
@Stability(value=Stable) @NotNull String getBucket()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-bucket@Stability(value=Stable) @NotNull String getKey()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-key@Stability(value=Stable) @Nullable default String getVersion()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-stepfunctions-statemachine-s3location.html#cfn-stepfunctions-statemachine-s3location-version@Stability(value=Stable) static CfnStateMachine.S3LocationProperty.Builder builder()
Copyright © 2021. All rights reserved.