public static interface S3DestinationConfig.Builder extends SdkPojo, CopyableBuilder<S3DestinationConfig.Builder,S3DestinationConfig>
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig.Builder |
bucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
|
S3DestinationConfig.Builder |
prefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildS3DestinationConfig.Builder bucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
bucket - The name of the bucket in which Evidently stores evaluation events.S3DestinationConfig.Builder prefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
prefix - The bucket prefix in which Evidently stores evaluation events.Copyright © 2022. All rights reserved.