| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default S3DataType |
S3DataSource.getS3DataType()
(experimental) S3 Data Type.
|
S3DataType |
S3DataSource.Jsii$Proxy.getS3DataType() |
default S3DataType |
TransformS3DataSource.getS3DataType()
(experimental) S3 Data Type.
|
S3DataType |
TransformS3DataSource.Jsii$Proxy.getS3DataType() |
static S3DataType |
S3DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static S3DataType[] |
S3DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
S3DataSource.Builder |
S3DataSource.Builder.s3DataType(S3DataType s3DataType)
Sets the value of
S3DataSource.getS3DataType() |
TransformS3DataSource.Builder |
TransformS3DataSource.Builder.s3DataType(S3DataType s3DataType)
Sets the value of
TransformS3DataSource.getS3DataType() |
| Constructor and Description |
|---|
Jsii$Proxy(S3Location s3Location,
List<String> attributeNames,
S3DataDistributionType s3DataDistributionType,
S3DataType s3DataType)
Constructor that initializes the object based on literal property values passed by the
S3DataSource.Builder. |
Jsii$Proxy(String s3Uri,
S3DataType s3DataType)
Constructor that initializes the object based on literal property values passed by the
TransformS3DataSource.Builder. |
Copyright © 2021. All rights reserved.