CopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>, SdkBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>public static interface StopDataCollectionByAgentIdsResponse.Builder extends CopyableBuilder<StopDataCollectionByAgentIdsResponse.Builder,StopDataCollectionByAgentIdsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
StopDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus) |
Information about the agents or connector that were instructed to stop collecting data.
|
StopDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus) |
Information about the agents or connector that were instructed to stop collecting data.
|
copyapply, buildStopDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
agentsConfigurationStatus - Information about the agents or connector that were instructed to stop collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the
agent/connector configuration was updated.StopDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about the agents or connector that were instructed to stop collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
NOTE: This method appends the values to the existing list (if any). Use
#setAgentsConfigurationStatus(java.util.Collection) or
#withAgentsConfigurationStatus(java.util.Collection) if you want to override the existing values.
agentsConfigurationStatus - Information about the agents or connector that were instructed to stop collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the
agent/connector configuration was updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.