@Generated(value="software.amazon.awssdk:codegen") public final class ProjectDataDeliveryConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProjectDataDeliveryConfig.Builder,ProjectDataDeliveryConfig>
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 |
ProjectDataDeliveryConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProjectDataDeliveryConfig.Builder |
builder() |
CloudWatchLogsDestinationConfig |
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() |
S3DestinationConfig |
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 ProjectDataDeliveryConfig.Builder> |
serializableBuilderClass() |
ProjectDataDeliveryConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final CloudWatchLogsDestinationConfig cloudWatchLogs()
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
public final S3DestinationConfig s3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
public ProjectDataDeliveryConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProjectDataDeliveryConfig.Builder,ProjectDataDeliveryConfig>public static ProjectDataDeliveryConfig.Builder builder()
public static Class<? extends ProjectDataDeliveryConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.