pub struct Builder { /* private fields */ }Expand description
A builder for DeleteConfigurationAggregatorInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration_aggregator_name(self, input: impl Into<String>) -> Self
pub fn configuration_aggregator_name(self, input: impl Into<String>) -> Self
The name of the configuration aggregator.
sourcepub fn set_configuration_aggregator_name(self, input: Option<String>) -> Self
pub fn set_configuration_aggregator_name(self, input: Option<String>) -> Self
The name of the configuration aggregator.
sourcepub fn build(self) -> Result<DeleteConfigurationAggregatorInput, BuildError>
pub fn build(self) -> Result<DeleteConfigurationAggregatorInput, BuildError>
Consumes the builder and constructs a DeleteConfigurationAggregatorInput.