| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationConfig.Builder |
S3DestinationConfig.Builder.bucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
|
static S3DestinationConfig.Builder |
S3DestinationConfig.builder() |
S3DestinationConfig.Builder |
S3DestinationConfig.Builder.prefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
|
S3DestinationConfig.Builder |
S3DestinationConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3DestinationConfig.Builder> |
S3DestinationConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateProjectDataDeliveryRequest.Builder |
UpdateProjectDataDeliveryRequest.Builder.s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
A structure containing the S3 bucket name and bucket prefix where you want to store evaluation events.
|
default ProjectDataDeliveryConfig.Builder |
ProjectDataDeliveryConfig.Builder.s3Destination(Consumer<S3DestinationConfig.Builder> s3Destination)
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and
bucket prefix.
|
Copyright © 2022. All rights reserved.