CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
, SdkBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
public static interface GetDiscoverySummaryResponse.Builder extends CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
Modifier and Type | Method | Description |
---|---|---|
GetDiscoverySummaryResponse.Builder |
agentSummary(CustomerAgentInfo agentSummary) |
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResponse.Builder |
applications(Long applications) |
The number of applications discovered.
|
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.
|
copy
apply, build
GetDiscoverySummaryResponse.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.GetDiscoverySummaryResponse.Builder connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
connectorSummary
- Details about discovered connectors, including connector status and health.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.