Struct aws_sdk_applicationdiscovery::input::stop_data_collection_by_agent_ids_input::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for StopDataCollectionByAgentIdsInput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn agent_ids(self, input: impl Into<String>) -> Self
pub fn agent_ids(self, input: impl Into<String>) -> Self
Appends an item to agent_ids.
To override the contents of this collection use set_agent_ids.
The IDs of the agents or connectors from which to stop collecting data.
sourcepub fn set_agent_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_agent_ids(self, input: Option<Vec<String>>) -> Self
The IDs of the agents or connectors from which to stop collecting data.
sourcepub fn build(self) -> Result<StopDataCollectionByAgentIdsInput, BuildError>
pub fn build(self) -> Result<StopDataCollectionByAgentIdsInput, BuildError>
Consumes the builder and constructs a StopDataCollectionByAgentIdsInput.