Interface GetDiscoverySummaryResponse.Builder
-
- All Superinterfaces:
ApplicationDiscoveryResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>,SdkBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetDiscoverySummaryResponse
public static interface GetDiscoverySummaryResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetDiscoverySummaryResponse.BuilderagentlessCollectorSummary(Consumer<CustomerAgentlessCollectorInfo.Builder> agentlessCollectorSummary)Details about Agentless Collector collectors, including status.GetDiscoverySummaryResponse.BuilderagentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)Details about Agentless Collector collectors, including status.default GetDiscoverySummaryResponse.BuilderagentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)Details about discovered agents, including agent status and health.GetDiscoverySummaryResponse.BuilderagentSummary(CustomerAgentInfo agentSummary)Details about discovered agents, including agent status and health.GetDiscoverySummaryResponse.Builderapplications(Long applications)The number of applications discovered.default GetDiscoverySummaryResponse.BuilderconnectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)Details about discovered connectors, including connector status and health.GetDiscoverySummaryResponse.BuilderconnectorSummary(CustomerConnectorInfo connectorSummary)Details about discovered connectors, including connector status and health.default GetDiscoverySummaryResponse.BuildermeCollectorSummary(Consumer<CustomerMeCollectorInfo.Builder> meCollectorSummary)Details about Migration Evaluator collectors, including collector status and health.GetDiscoverySummaryResponse.BuildermeCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)Details about Migration Evaluator collectors, including collector status and health.GetDiscoverySummaryResponse.Builderservers(Long servers)The number of servers discovered.GetDiscoverySummaryResponse.BuilderserversMappedToApplications(Long serversMappedToApplications)The number of servers mapped to applications.GetDiscoverySummaryResponse.BuilderserversMappedtoTags(Long serversMappedtoTags)The number of servers mapped to tags.-
Methods inherited from interface software.amazon.awssdk.services.applicationdiscovery.model.ApplicationDiscoveryResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
servers
GetDiscoverySummaryResponse.Builder servers(Long servers)
The number of servers discovered.
- Parameters:
servers- The number of servers discovered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applications
GetDiscoverySummaryResponse.Builder applications(Long applications)
The number of applications discovered.
- Parameters:
applications- The number of applications discovered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serversMappedToApplications
GetDiscoverySummaryResponse.Builder serversMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
- Parameters:
serversMappedToApplications- The number of servers mapped to applications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serversMappedtoTags
GetDiscoverySummaryResponse.Builder serversMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
- Parameters:
serversMappedtoTags- The number of servers mapped to tags.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSummary
GetDiscoverySummaryResponse.Builder agentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
- Parameters:
agentSummary- Details about discovered agents, including agent status and health.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentSummary
default GetDiscoverySummaryResponse.Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)
Details about discovered agents, including agent status and health.
This is a convenience method that creates an instance of theCustomerAgentInfo.Builderavoiding the need to create one manually viaCustomerAgentInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentSummary(CustomerAgentInfo).- Parameters:
agentSummary- a consumer that will call methods onCustomerAgentInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentSummary(CustomerAgentInfo)
-
connectorSummary
GetDiscoverySummaryResponse.Builder connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
- Parameters:
connectorSummary- Details about discovered connectors, including connector status and health.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorSummary
default GetDiscoverySummaryResponse.Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)
Details about discovered connectors, including connector status and health.
This is a convenience method that creates an instance of theCustomerConnectorInfo.Builderavoiding the need to create one manually viaCustomerConnectorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectorSummary(CustomerConnectorInfo).- Parameters:
connectorSummary- a consumer that will call methods onCustomerConnectorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
connectorSummary(CustomerConnectorInfo)
-
meCollectorSummary
GetDiscoverySummaryResponse.Builder meCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
- Parameters:
meCollectorSummary- Details about Migration Evaluator collectors, including collector status and health.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
meCollectorSummary
default GetDiscoverySummaryResponse.Builder meCollectorSummary(Consumer<CustomerMeCollectorInfo.Builder> meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
This is a convenience method that creates an instance of theCustomerMeCollectorInfo.Builderavoiding the need to create one manually viaCustomerMeCollectorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomeCollectorSummary(CustomerMeCollectorInfo).- Parameters:
meCollectorSummary- a consumer that will call methods onCustomerMeCollectorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
meCollectorSummary(CustomerMeCollectorInfo)
-
agentlessCollectorSummary
GetDiscoverySummaryResponse.Builder agentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
- Parameters:
agentlessCollectorSummary- Details about Agentless Collector collectors, including status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentlessCollectorSummary
default GetDiscoverySummaryResponse.Builder agentlessCollectorSummary(Consumer<CustomerAgentlessCollectorInfo.Builder> agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
This is a convenience method that creates an instance of theCustomerAgentlessCollectorInfo.Builderavoiding the need to create one manually viaCustomerAgentlessCollectorInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentlessCollectorSummary(CustomerAgentlessCollectorInfo).- Parameters:
agentlessCollectorSummary- a consumer that will call methods onCustomerAgentlessCollectorInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentlessCollectorSummary(CustomerAgentlessCollectorInfo)
-
-