Class ProjectDataDelivery
- java.lang.Object
-
- software.amazon.awssdk.services.evidently.model.ProjectDataDelivery
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProjectDataDelivery.Builder,ProjectDataDelivery>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectDataDelivery.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectDataDelivery.Builderbuilder()CloudWatchLogsDestinationcloudWatchLogs()If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()S3Destinations3Destination()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.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
cloudWatchLogs
public final CloudWatchLogsDestination cloudWatchLogs()
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
- Returns:
- If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
-
s3Destination
public final S3Destination s3Destination()
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
- Returns:
- If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
-
toBuilder
public ProjectDataDelivery.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProjectDataDelivery.Builder,ProjectDataDelivery>
-
builder
public static ProjectDataDelivery.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProjectDataDelivery.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-