pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteMonitoringSubscriptionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn distribution_id(self, input: impl Into<String>) -> Self
pub fn distribution_id(self, input: impl Into<String>) -> Self
The ID of the distribution that you are disabling metrics for.
sourcepub fn set_distribution_id(self, input: Option<String>) -> Self
pub fn set_distribution_id(self, input: Option<String>) -> Self
The ID of the distribution that you are disabling metrics for.
sourcepub fn build(self) -> Result<DeleteMonitoringSubscriptionInput, BuildError>
pub fn build(self) -> Result<DeleteMonitoringSubscriptionInput, BuildError>
Consumes the builder and constructs a DeleteMonitoringSubscriptionInput
.