public static interface StartDataCollectionByAgentIdsRequest.Builder extends ApplicationDiscoveryRequest.Builder, CopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
Modifier and Type | Method and Description |
---|---|
StartDataCollectionByAgentIdsRequest.Builder |
agentIds(Collection<String> agentIds)
The IDs of the agents or connectors from which to start collecting data.
|
StartDataCollectionByAgentIdsRequest.Builder |
agentIds(String... agentIds)
The IDs of the agents or connectors from which to start collecting data.
|
StartDataCollectionByAgentIdsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StartDataCollectionByAgentIdsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
StartDataCollectionByAgentIdsRequest.Builder agentIds(Collection<String> agentIds)
The IDs of the agents or connectors from which to start collecting data. If you send a request to an
agent/connector ID that you do not have permission to contact, according to your AWS 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/connectors and you do not have permission to contact some of those
agents/connectors, the system does not throw an exception. Instead, the system shows Failed
in
the Description field.
agentIds
- The IDs of the agents or connectors from which to start collecting data. If you send a request to an
agent/connector ID that you do not have permission to contact, according to your AWS 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/connectors and you do not have permission to contact some of
those agents/connectors, 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 or connectors from which to start collecting data. If you send a request to an
agent/connector ID that you do not have permission to contact, according to your AWS 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/connectors and you do not have permission to contact some of those
agents/connectors, the system does not throw an exception. Instead, the system shows Failed
in
the Description field.
agentIds
- The IDs of the agents or connectors from which to start collecting data. If you send a request to an
agent/connector ID that you do not have permission to contact, according to your AWS 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/connectors and you do not have permission to contact some of
those agents/connectors, the system does not throw an exception. Instead, the system shows
Failed
in the Description field.StartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.StartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.