public static interface GetDiscoverySummaryResponse.Builder extends ApplicationDiscoveryResponse.Builder, CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDiscoverySummaryResponse.Builder |
agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResponse.Builder |
agentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResponse.Builder |
applications(Long applications)
The number of applications discovered.
|
default GetDiscoverySummaryResponse.Builder |
connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)
Details about discovered connectors, including connector status and health.
|
GetDiscoverySummaryResponse.Builder |
connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
GetDiscoverySummaryResponse.Builder |
servers(Long servers)
The number of servers discovered.
|
GetDiscoverySummaryResponse.Builder |
serversMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
|
GetDiscoverySummaryResponse.Builder |
serversMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDiscoverySummaryResponse.Builder servers(Long servers)
The number of servers discovered.
servers - The number of servers discovered.GetDiscoverySummaryResponse.Builder applications(Long applications)
The number of applications discovered.
applications - The number of applications discovered.GetDiscoverySummaryResponse.Builder serversMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
serversMappedToApplications - The number of servers mapped to applications.GetDiscoverySummaryResponse.Builder serversMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
serversMappedtoTags - The number of servers mapped to tags.GetDiscoverySummaryResponse.Builder agentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
agentSummary - Details about discovered agents, including agent status and health.default GetDiscoverySummaryResponse.Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)
Details about discovered agents, including agent status and health.
This is a convenience that creates an instance of theCustomerAgentInfo.Builder avoiding the need to
create one manually via CustomerAgentInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to agentSummary(CustomerAgentInfo).agentSummary - a consumer that will call methods on CustomerAgentInfo.BuilderagentSummary(CustomerAgentInfo)GetDiscoverySummaryResponse.Builder connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
connectorSummary - Details about discovered connectors, including connector status and health.default GetDiscoverySummaryResponse.Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)
Details about discovered connectors, including connector status and health.
This is a convenience that creates an instance of theCustomerConnectorInfo.Builder avoiding the need
to create one manually via CustomerConnectorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectorSummary(CustomerConnectorInfo).connectorSummary - a consumer that will call methods on CustomerConnectorInfo.BuilderconnectorSummary(CustomerConnectorInfo)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.