Struct aws_sdk_evidently::model::project_data_delivery::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ProjectDataDelivery.
Implementations§
source§impl Builder
impl Builder
sourcepub fn s3_destination(self, input: S3Destination) -> Self
pub fn s3_destination(self, input: S3Destination) -> Self
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
sourcepub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
pub fn set_s3_destination(self, input: Option<S3Destination>) -> Self
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
sourcepub fn cloud_watch_logs(self, input: CloudWatchLogsDestination) -> Self
pub fn cloud_watch_logs(self, input: CloudWatchLogsDestination) -> Self
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
sourcepub fn set_cloud_watch_logs(
self,
input: Option<CloudWatchLogsDestination>
) -> Self
pub fn set_cloud_watch_logs(
self,
input: Option<CloudWatchLogsDestination>
) -> Self
If the project stores evaluation events in CloudWatch Logs, this structure stores the log group name.
sourcepub fn build(self) -> ProjectDataDelivery
pub fn build(self) -> ProjectDataDelivery
Consumes the builder and constructs a ProjectDataDelivery.