pub struct Builder { /* private fields */ }
Expand description
A builder for MonitoringJobDefinitionSummary
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn monitoring_job_definition_name(self, input: impl Into<String>) -> Self
pub fn monitoring_job_definition_name(self, input: impl Into<String>) -> Self
The name of the monitoring job.
sourcepub fn set_monitoring_job_definition_name(self, input: Option<String>) -> Self
pub fn set_monitoring_job_definition_name(self, input: Option<String>) -> Self
The name of the monitoring job.
sourcepub fn monitoring_job_definition_arn(self, input: impl Into<String>) -> Self
pub fn monitoring_job_definition_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the monitoring job.
sourcepub fn set_monitoring_job_definition_arn(self, input: Option<String>) -> Self
pub fn set_monitoring_job_definition_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the monitoring job.
sourcepub fn creation_time(self, input: DateTime) -> Self
pub fn creation_time(self, input: DateTime) -> Self
The time that the monitoring job was created.
sourcepub fn set_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_creation_time(self, input: Option<DateTime>) -> Self
The time that the monitoring job was created.
sourcepub fn endpoint_name(self, input: impl Into<String>) -> Self
pub fn endpoint_name(self, input: impl Into<String>) -> Self
The name of the endpoint that the job monitors.
sourcepub fn set_endpoint_name(self, input: Option<String>) -> Self
pub fn set_endpoint_name(self, input: Option<String>) -> Self
The name of the endpoint that the job monitors.
sourcepub fn build(self) -> MonitoringJobDefinitionSummary
pub fn build(self) -> MonitoringJobDefinitionSummary
Consumes the builder and constructs a MonitoringJobDefinitionSummary
.