Interface ErrorHandlingConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>, SdkBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>, SdkPojo
Enclosing class:
ErrorHandlingConfig

public static interface ErrorHandlingConfig.Builder extends SdkPojo, CopyableBuilder<ErrorHandlingConfig.Builder,ErrorHandlingConfig>
  • Method Details

    • failOnFirstDestinationError

      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.

      Parameters:
      failOnFirstDestinationError - Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketPrefix

      ErrorHandlingConfig.Builder bucketPrefix(String bucketPrefix)

      Specifies the Amazon S3 bucket prefix.

      Parameters:
      bucketPrefix - Specifies the Amazon S3 bucket prefix.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • bucketName

      ErrorHandlingConfig.Builder bucketName(String bucketName)

      Specifies the name of the Amazon S3 bucket.

      Parameters:
      bucketName - Specifies the name of the Amazon S3 bucket.
      Returns:
      Returns a reference to this object so that method calls can be chained together.