public static final class CfnFlow.SuccessResponseHandlingConfigProperty.Builder
extends java.lang.Object
CfnFlow.SuccessResponseHandlingConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.SuccessResponseHandlingConfigProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnFlow.SuccessResponseHandlingConfigProperty.getBucketName() |
CfnFlow.SuccessResponseHandlingConfigProperty.Builder |
bucketPrefix(java.lang.String bucketPrefix)
Sets the value of
CfnFlow.SuccessResponseHandlingConfigProperty.getBucketPrefix() |
CfnFlow.SuccessResponseHandlingConfigProperty |
build()
Builds the configured instance.
|
public CfnFlow.SuccessResponseHandlingConfigProperty.Builder bucketName(java.lang.String bucketName)
CfnFlow.SuccessResponseHandlingConfigProperty.getBucketName()
bucketName
- The name of the Amazon S3 bucket.this
public CfnFlow.SuccessResponseHandlingConfigProperty.Builder bucketPrefix(java.lang.String bucketPrefix)
CfnFlow.SuccessResponseHandlingConfigProperty.getBucketPrefix()
bucketPrefix
- The Amazon S3 bucket prefix.this
public CfnFlow.SuccessResponseHandlingConfigProperty build()
CfnFlow.SuccessResponseHandlingConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided