Class CfnWorkflowPropsMixin.S3InputFileLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.transfer.CfnWorkflowPropsMixin.S3InputFileLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3InputFileLocationProperty>
- Enclosing interface:
CfnWorkflowPropsMixin.S3InputFileLocationProperty
@Stability(Stable)
public static final class CfnWorkflowPropsMixin.S3InputFileLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3InputFileLocationProperty>
A builder for
CfnWorkflowPropsMixin.S3InputFileLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnWorkflowPropsMixin.S3InputFileLocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnWorkflowPropsMixin.S3InputFileLocationProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnWorkflowPropsMixin.S3InputFileLocationProperty.Builder bucket(String bucket) Sets the value ofCfnWorkflowPropsMixin.S3InputFileLocationProperty.getBucket()- Parameters:
bucket- Specifies the S3 bucket for the customer input file.- Returns:
this
-
key
Sets the value ofCfnWorkflowPropsMixin.S3InputFileLocationProperty.getKey()- Parameters:
key- The name assigned to the file when it was created in Amazon S3. You use the object key to retrieve the object.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWorkflowPropsMixin.S3InputFileLocationProperty>- Returns:
- a new instance of
CfnWorkflowPropsMixin.S3InputFileLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-