CopyableBuilder<StopDataCollectionByAgentIdsRequest.Builder,StopDataCollectionByAgentIdsRequest>
, SdkBuilder<StopDataCollectionByAgentIdsRequest.Builder,StopDataCollectionByAgentIdsRequest>
public static interface StopDataCollectionByAgentIdsRequest.Builder extends CopyableBuilder<StopDataCollectionByAgentIdsRequest.Builder,StopDataCollectionByAgentIdsRequest>
Modifier and Type | Method | Description |
---|---|---|
StopDataCollectionByAgentIdsRequest.Builder |
agentIds(String... agentIds) |
The IDs of the agents or connectors from which to stop collecting data.
|
StopDataCollectionByAgentIdsRequest.Builder |
agentIds(Collection<String> agentIds) |
The IDs of the agents or connectors from which to stop collecting data.
|
copy
apply, build
StopDataCollectionByAgentIdsRequest.Builder agentIds(Collection<String> agentIds)
The IDs of the agents or connectors from which to stop collecting data.
agentIds
- The IDs of the agents or connectors from which to stop collecting data.StopDataCollectionByAgentIdsRequest.Builder agentIds(String... agentIds)
The IDs of the agents or connectors from which to stop collecting data.
NOTE: This method appends the values to the existing list (if any). Use
#setAgentIds(java.util.Collection)
or #withAgentIds(java.util.Collection)
if you want to
override the existing values.
agentIds
- The IDs of the agents or connectors from which to stop collecting data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.