public static interface ErrorHandlingConfig.Builder extends SdkPojo, CopyableBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>
| Modifier and Type | Method and Description |
|---|---|
ErrorHandlingConfig.Builder |
bucketName(String bucketName)
Specifies the name of the Amazon S3 bucket.
|
ErrorHandlingConfig.Builder |
bucketPrefix(String bucketPrefix)
Specifies the Amazon S3 bucket prefix.
|
ErrorHandlingConfig.Builder |
failOnFirstDestinationError(Boolean failOnFirstDestinationError)
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the
destination.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildErrorHandlingConfig.Builder failOnFirstDestinationError(Boolean failOnFirstDestinationError)
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
failOnFirstDestinationError - Specifies if the flow should fail after the first instance of a failure when attempting to place data
in the destination.ErrorHandlingConfig.Builder bucketPrefix(String bucketPrefix)
Specifies the Amazon S3 bucket prefix.
bucketPrefix - Specifies the Amazon S3 bucket prefix.ErrorHandlingConfig.Builder bucketName(String bucketName)
Specifies the name of the Amazon S3 bucket.
bucketName - Specifies the name of the Amazon S3 bucket.Copyright © 2022. All rights reserved.