@Generated(value="software.amazon.awssdk:codegen") public final class ProjectDataDelivery extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectDataDelivery.Builder,ProjectDataDelivery>
A structure that contains information about where Evidently is to store evaluation events for longer term storage.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProjectDataDelivery.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDataDelivery.Builder |
builder() |
CloudWatchLogsDestination |
cloudWatchLogs()
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
S3Destination |
s3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket
prefix.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProjectDataDelivery.Builder> |
serializableBuilderClass() |
ProjectDataDelivery.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudWatchLogsDestination cloudWatchLogs()
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
public final S3Destination s3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
public ProjectDataDelivery.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectDataDelivery.Builder,ProjectDataDelivery>public static ProjectDataDelivery.Builder builder()
public static Class<? extends ProjectDataDelivery.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.