pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteFleetAdvisorCollectorInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn collector_referenced_id(self, input: impl Into<String>) -> Self
pub fn collector_referenced_id(self, input: impl Into<String>) -> Self
The reference ID of the Fleet Advisor collector to delete.
sourcepub fn set_collector_referenced_id(self, input: Option<String>) -> Self
pub fn set_collector_referenced_id(self, input: Option<String>) -> Self
The reference ID of the Fleet Advisor collector to delete.
sourcepub fn build(self) -> Result<DeleteFleetAdvisorCollectorInput, BuildError>
pub fn build(self) -> Result<DeleteFleetAdvisorCollectorInput, BuildError>
Consumes the builder and constructs a DeleteFleetAdvisorCollectorInput
.