Class CfnWorkflow.S3FileLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.transfer.CfnWorkflow.S3FileLocationProperty.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnWorkflow.S3FileLocationProperty>
- Enclosing interface:
- CfnWorkflow.S3FileLocationProperty
@Stability(Stable)
public static final class CfnWorkflow.S3FileLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflow.S3FileLocationProperty>
A builder for 
CfnWorkflow.S3FileLocationProperty- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.s3FileLocation(IResolvable s3FileLocation) Sets the value ofCfnWorkflow.S3FileLocationProperty.getS3FileLocation()s3FileLocation(CfnWorkflow.S3InputFileLocationProperty s3FileLocation) Sets the value ofCfnWorkflow.S3FileLocationProperty.getS3FileLocation()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
s3FileLocation@Stability(Stable) public CfnWorkflow.S3FileLocationProperty.Builder s3FileLocation(IResolvable s3FileLocation) Sets the value ofCfnWorkflow.S3FileLocationProperty.getS3FileLocation()- Parameters:
- 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.
- Returns:
- this
 
- 
s3FileLocation@Stability(Stable) public CfnWorkflow.S3FileLocationProperty.Builder s3FileLocation(CfnWorkflow.S3InputFileLocationProperty s3FileLocation) Sets the value ofCfnWorkflow.S3FileLocationProperty.getS3FileLocation()- Parameters:
- 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.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnWorkflow.S3FileLocationProperty>
- Returns:
- a new instance of CfnWorkflow.S3FileLocationProperty
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-