Interface S3DestinationConfig.Builder

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

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

    • bucket

      The name of the bucket in which Evidently stores evaluation events.

      Parameters:
      bucket - The name of the bucket in which Evidently stores evaluation events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      The bucket prefix in which Evidently stores evaluation events.

      Parameters:
      prefix - The bucket prefix in which Evidently stores evaluation events.
      Returns:
      Returns a reference to this object so that method calls can be chained together.