@Stability(value=Stable) public static final class CfnWorkflow.S3FileLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWorkflow.S3FileLocationProperty>
CfnWorkflow.S3FileLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnWorkflow.S3FileLocationProperty |
build()
Builds the configured instance.
|
CfnWorkflow.S3FileLocationProperty.Builder |
s3FileLocation(CfnWorkflow.S3InputFileLocationProperty s3FileLocation)
Sets the value of
CfnWorkflow.S3FileLocationProperty.getS3FileLocation() |
CfnWorkflow.S3FileLocationProperty.Builder |
s3FileLocation(IResolvable s3FileLocation)
Sets the value of
CfnWorkflow.S3FileLocationProperty.getS3FileLocation() |
@Stability(value=Stable) public CfnWorkflow.S3FileLocationProperty.Builder s3FileLocation(IResolvable s3FileLocation)
CfnWorkflow.S3FileLocationProperty.getS3FileLocation()s3FileLocation - Specifies the details for the file location for the file that's being used in the workflow.
Only applicable if you are using Amazon S3 storage.this@Stability(value=Stable) public CfnWorkflow.S3FileLocationProperty.Builder s3FileLocation(CfnWorkflow.S3InputFileLocationProperty s3FileLocation)
CfnWorkflow.S3FileLocationProperty.getS3FileLocation()s3FileLocation - Specifies the details for the file location for the file that's being used in the workflow.
Only applicable if you are using Amazon S3 storage.this@Stability(value=Stable) public CfnWorkflow.S3FileLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnWorkflow.S3FileLocationProperty>CfnWorkflow.S3FileLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2023. All rights reserved.