public static interface StartDataCollectionByAgentIdsRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
| Modifier and Type | Method and Description |
|---|---|
StartDataCollectionByAgentIdsRequest.Builder |
agentIds(Collection<String> agentIds)
The IDs of the agents from which to start collecting data.
|
StartDataCollectionByAgentIdsRequest.Builder |
agentIds(String... agentIds)
The IDs of the agents from which to start collecting data.
|
StartDataCollectionByAgentIdsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartDataCollectionByAgentIdsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartDataCollectionByAgentIdsRequest.Builder agentIds(Collection<String> agentIds)
The IDs of the agents from which to start collecting data. If you send a request to an agent ID that you do
not have permission to contact, according to your Amazon Web Services account, the service does not throw an
exception. Instead, it returns the error in the Description field. If you send a request to multiple
agents and you do not have permission to contact some of those agents, the system does not throw an
exception. Instead, the system shows Failed in the Description field.
agentIds - The IDs of the agents from which to start collecting data. If you send a request to an agent ID that
you do not have permission to contact, according to your Amazon Web Services account, the service does
not throw an exception. Instead, it returns the error in the Description field. If you send a
request to multiple agents and you do not have permission to contact some of those agents, the system
does not throw an exception. Instead, the system shows Failed in the Description
field.StartDataCollectionByAgentIdsRequest.Builder agentIds(String... agentIds)
The IDs of the agents from which to start collecting data. If you send a request to an agent ID that you do
not have permission to contact, according to your Amazon Web Services account, the service does not throw an
exception. Instead, it returns the error in the Description field. If you send a request to multiple
agents and you do not have permission to contact some of those agents, the system does not throw an
exception. Instead, the system shows Failed in the Description field.
agentIds - The IDs of the agents from which to start collecting data. If you send a request to an agent ID that
you do not have permission to contact, according to your Amazon Web Services account, the service does
not throw an exception. Instead, it returns the error in the Description field. If you send a
request to multiple agents and you do not have permission to contact some of those agents, the system
does not throw an exception. Instead, the system shows Failed in the Description
field.StartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderStartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.