| Package | Description |
|---|---|
| software.amazon.awssdk.services.evidently.model |
| Modifier and Type | Method and Description |
|---|---|
S3Destination.Builder |
S3Destination.Builder.bucket(String bucket)
The name of the bucket in which Evidently stores evaluation events.
|
static S3Destination.Builder |
S3Destination.builder() |
S3Destination.Builder |
S3Destination.Builder.prefix(String prefix)
The bucket prefix in which Evidently stores evaluation events.
|
S3Destination.Builder |
S3Destination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3Destination.Builder> |
S3Destination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ProjectDataDelivery.Builder |
ProjectDataDelivery.Builder.s3Destination(Consumer<S3Destination.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.