Interface StartDataCollectionByAgentIdsRequest.Builder
-
- All Superinterfaces:
ApplicationDiscoveryRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>,SdkBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartDataCollectionByAgentIdsRequest
public static interface StartDataCollectionByAgentIdsRequest.Builder extends ApplicationDiscoveryRequest.Builder, SdkPojo, CopyableBuilder<StartDataCollectionByAgentIdsRequest.Builder,StartDataCollectionByAgentIdsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartDataCollectionByAgentIdsRequest.BuilderagentIds(String... agentIds)The IDs of the agents from which to start collecting data.StartDataCollectionByAgentIdsRequest.BuilderagentIds(Collection<String> agentIds)The IDs of the agents from which to start collecting data.StartDataCollectionByAgentIdsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartDataCollectionByAgentIdsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
agentIds
StartDataCollectionByAgentIdsRequest.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
Failedin the Description field.- Parameters:
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 showsFailedin the Description field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentIds
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
Failedin the Description field.- Parameters:
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 showsFailedin the Description field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartDataCollectionByAgentIdsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-