Class CfnWorkflowPropsMixin.InputFileLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWorkflowPropsMixin.InputFileLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.InputFileLocationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.InputFileLocationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.InputFileLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.InputFileLocationProperty>
A builder for
CfnWorkflowPropsMixin.InputFileLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.efsFileLocation(CfnWorkflowPropsMixin.EfsInputFileLocationProperty efsFileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getEfsFileLocation()efsFileLocation(IResolvable efsFileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getEfsFileLocation()s3FileLocation(CfnWorkflowPropsMixin.S3InputFileLocationProperty s3FileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getS3FileLocation()s3FileLocation(IResolvable s3FileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getS3FileLocation()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
efsFileLocation
@Stability(Stable) public CfnWorkflowPropsMixin.InputFileLocationProperty.Builder efsFileLocation(IResolvable efsFileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getEfsFileLocation()- Parameters:
efsFileLocation- Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.- Returns:
this
-
efsFileLocation
@Stability(Stable) public CfnWorkflowPropsMixin.InputFileLocationProperty.Builder efsFileLocation(CfnWorkflowPropsMixin.EfsInputFileLocationProperty efsFileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getEfsFileLocation()- Parameters:
efsFileLocation- Specifies the details for the Amazon Elastic File System (Amazon EFS) file that's being decrypted.- Returns:
this
-
s3FileLocation
@Stability(Stable) public CfnWorkflowPropsMixin.InputFileLocationProperty.Builder s3FileLocation(IResolvable s3FileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getS3FileLocation()- Parameters:
s3FileLocation- Specifies the details for the Amazon S3 file that's being copied or decrypted.- Returns:
this
-
s3FileLocation
@Stability(Stable) public CfnWorkflowPropsMixin.InputFileLocationProperty.Builder s3FileLocation(CfnWorkflowPropsMixin.S3InputFileLocationProperty s3FileLocation) Sets the value ofCfnWorkflowPropsMixin.InputFileLocationProperty.getS3FileLocation()- Parameters:
s3FileLocation- Specifies the details for the Amazon S3 file that's being copied or decrypted.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.InputFileLocationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.InputFileLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-