Class ProjectDataDeliveryConfig
- java.lang.Object
-
- software.amazon.awssdk.services.evidently.model.ProjectDataDeliveryConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ProjectDataDeliveryConfig.Builder,ProjectDataDeliveryConfig>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceProjectDataDeliveryConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProjectDataDeliveryConfig.Builderbuilder()CloudWatchLogsDestinationConfigcloudWatchLogs()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()S3DestinationConfigs3Destination()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.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 CloudWatchLogsDestinationConfig 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 S3DestinationConfig 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 ProjectDataDeliveryConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ProjectDataDeliveryConfig.Builder,ProjectDataDeliveryConfig>
-
builder
public static ProjectDataDeliveryConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ProjectDataDeliveryConfig.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.
-
-