@Stability(value=Stable) public static final class CfnFlow.ErrorHandlingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFlow.ErrorHandlingConfigProperty>
CfnFlow.ErrorHandlingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFlow.ErrorHandlingConfigProperty.Builder |
bucketName(String bucketName)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getBucketName() |
CfnFlow.ErrorHandlingConfigProperty.Builder |
bucketPrefix(String bucketPrefix)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getBucketPrefix() |
CfnFlow.ErrorHandlingConfigProperty |
build()
Builds the configured instance.
|
CfnFlow.ErrorHandlingConfigProperty.Builder |
failOnFirstError(Boolean failOnFirstError)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError() |
CfnFlow.ErrorHandlingConfigProperty.Builder |
failOnFirstError(IResolvable failOnFirstError)
Sets the value of
CfnFlow.ErrorHandlingConfigProperty.getFailOnFirstError() |
@Stability(value=Stable) public CfnFlow.ErrorHandlingConfigProperty.Builder bucketName(String bucketName)
CfnFlow.ErrorHandlingConfigProperty.getBucketName()bucketName - Specifies the name of the Amazon S3 bucket.this@Stability(value=Stable) public CfnFlow.ErrorHandlingConfigProperty.Builder bucketPrefix(String bucketPrefix)
CfnFlow.ErrorHandlingConfigProperty.getBucketPrefix()bucketPrefix - Specifies the Amazon S3 bucket prefix.this@Stability(value=Stable) public CfnFlow.ErrorHandlingConfigProperty.Builder failOnFirstError(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@Stability(value=Stable) 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@Stability(value=Stable) public CfnFlow.ErrorHandlingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnFlow.ErrorHandlingConfigProperty>CfnFlow.ErrorHandlingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.