pub struct Builder { /* private fields */ }
Expand description
A builder for MonitoringBaselineConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn baselining_job_name(self, input: impl Into<String>) -> Self
pub fn baselining_job_name(self, input: impl Into<String>) -> Self
The name of the job that performs baselining for the monitoring job.
sourcepub fn set_baselining_job_name(self, input: Option<String>) -> Self
pub fn set_baselining_job_name(self, input: Option<String>) -> Self
The name of the job that performs baselining for the monitoring job.
sourcepub fn constraints_resource(self, input: MonitoringConstraintsResource) -> Self
pub fn constraints_resource(self, input: MonitoringConstraintsResource) -> Self
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
sourcepub fn set_constraints_resource(
self,
input: Option<MonitoringConstraintsResource>
) -> Self
pub fn set_constraints_resource(
self,
input: Option<MonitoringConstraintsResource>
) -> Self
The baseline constraint file in Amazon S3 that the current monitoring job should validated against.
sourcepub fn statistics_resource(self, input: MonitoringStatisticsResource) -> Self
pub fn statistics_resource(self, input: MonitoringStatisticsResource) -> Self
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
sourcepub fn set_statistics_resource(
self,
input: Option<MonitoringStatisticsResource>
) -> Self
pub fn set_statistics_resource(
self,
input: Option<MonitoringStatisticsResource>
) -> Self
The baseline statistics file in Amazon S3 that the current monitoring job should be validated against.
sourcepub fn build(self) -> MonitoringBaselineConfig
pub fn build(self) -> MonitoringBaselineConfig
Consumes the builder and constructs a MonitoringBaselineConfig
.