Uses of Interface
software.amazon.awssdk.services.evidently.model.ProjectDataDelivery.Builder
-
Packages that use ProjectDataDelivery.Builder Package Description software.amazon.awssdk.services.evidently.model -
-
Uses of ProjectDataDelivery.Builder in software.amazon.awssdk.services.evidently.model
Methods in software.amazon.awssdk.services.evidently.model that return ProjectDataDelivery.Builder Modifier and Type Method Description static ProjectDataDelivery.BuilderProjectDataDelivery. builder()default ProjectDataDelivery.BuilderProjectDataDelivery.Builder. cloudWatchLogs(Consumer<CloudWatchLogsDestination.Builder> cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.ProjectDataDelivery.BuilderProjectDataDelivery.Builder. cloudWatchLogs(CloudWatchLogsDestination cloudWatchLogs)If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.default ProjectDataDelivery.BuilderProjectDataDelivery.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.ProjectDataDelivery.BuilderProjectDataDelivery.Builder. s3Destination(S3Destination s3Destination)If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.ProjectDataDelivery.BuilderProjectDataDelivery. toBuilder()Methods in software.amazon.awssdk.services.evidently.model that return types with arguments of type ProjectDataDelivery.Builder Modifier and Type Method Description static Class<? extends ProjectDataDelivery.Builder>ProjectDataDelivery. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.evidently.model with type arguments of type ProjectDataDelivery.Builder Modifier and Type Method Description default Project.BuilderProject.Builder. dataDelivery(Consumer<ProjectDataDelivery.Builder> dataDelivery)A structure that contains information about where Evidently is to store evaluation events for longer term storage.
-