public static interface StartDataCollectionByAgentIdsResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<StartDataCollectionByAgentIdsResponse.Builder,StartDataCollectionByAgentIdsResponse>
Modifier and Type | Method and Description |
---|---|
StartDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents or the connector that were instructed to start collecting data.
|
StartDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents or the connector that were instructed to start collecting data.
|
StartDataCollectionByAgentIdsResponse.Builder |
agentsConfigurationStatus(Consumer<AgentConfigurationStatus.Builder>... agentsConfigurationStatus)
Information about agents or the connector that were instructed to start collecting data.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(Collection<AgentConfigurationStatus> agentsConfigurationStatus)
Information about agents or the connector that were instructed to start 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 agents or the connector that were instructed to start collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the
agent/connector configuration was updated.StartDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(AgentConfigurationStatus... agentsConfigurationStatus)
Information about agents or the connector that were instructed to start 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 agents or the connector that were instructed to start collecting data. Information
includes the agent/connector ID, a description of the operation performed, and whether the
agent/connector configuration was updated.StartDataCollectionByAgentIdsResponse.Builder agentsConfigurationStatus(Consumer<AgentConfigurationStatus.Builder>... agentsConfigurationStatus)
Information about agents or the connector that were instructed to start collecting data. Information includes the agent/connector ID, a description of the operation performed, and whether the agent/connector configuration was updated.
This is a convenience that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #agentsConfigurationStatus(List)
.agentsConfigurationStatus
- a consumer that will call methods on List.Builder
#agentsConfigurationStatus(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.