Class CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty>
- Enclosing interface:
CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty>
A builder for
CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbucketName(String bucketName) Sets the value ofCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.getBucketName()bucketName(IBucketRef bucketName) Sets the value ofCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.getBucketName()bucketPrefix(String bucketPrefix) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketName
@Stability(Stable) public CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder bucketName(String bucketName) Sets the value ofCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.getBucketName()- Parameters:
bucketName- The name of the Amazon S3 bucket.- Returns:
this
-
bucketName
@Stability(Stable) public CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder bucketName(IBucketRef bucketName) Sets the value ofCfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.getBucketName()- Parameters:
bucketName- The name of the Amazon S3 bucket.- Returns:
this
-
bucketPrefix
@Stability(Stable) public CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty.Builder bucketPrefix(String bucketPrefix) - Parameters:
bucketPrefix- The Amazon S3 bucket prefix.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.SuccessResponseHandlingConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-