public static final class CfnFlow.ErrorHandlingConfigProperty.Builder
extends java.lang.Object
CfnFlow.ErrorHandlingConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFlow.ErrorHandlingConfigProperty.Builder |
bucketName(java.lang.String bucketName)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getBucketName() |
CfnFlow.ErrorHandlingConfigProperty.Builder |
bucketPrefix(java.lang.String bucketPrefix)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getBucketPrefix() |
CfnFlow.ErrorHandlingConfigProperty |
build()
Builds the configured instance.
|
CfnFlow.ErrorHandlingConfigProperty.Builder |
failOnFirstError(java.lang.Boolean failOnFirstError)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError() |
CfnFlow.ErrorHandlingConfigProperty.Builder |
failOnFirstError(IResolvable failOnFirstError)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError() |
public CfnFlow.ErrorHandlingConfigProperty.Builder bucketName(java.lang.String bucketName)
CfnFlow.ErrorHandlingConfigProperty.getBucketName()
bucketName
- Specifies the name of the Amazon S3 bucket.this
public CfnFlow.ErrorHandlingConfigProperty.Builder bucketPrefix(java.lang.String bucketPrefix)
CfnFlow.ErrorHandlingConfigProperty.getBucketPrefix()
bucketPrefix
- Specifies the Amazon S3 bucket prefix.this
public CfnFlow.ErrorHandlingConfigProperty.Builder failOnFirstError(java.lang.Boolean failOnFirstError)
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError()
failOnFirstError
- Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.this
public CfnFlow.ErrorHandlingConfigProperty.Builder failOnFirstError(IResolvable failOnFirstError)
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError()
failOnFirstError
- Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.this
public CfnFlow.ErrorHandlingConfigProperty build()
CfnFlow.ErrorHandlingConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided