public static interface GetPortfolioSummaryResponse.Builder extends MigrationHubStrategyResponse.Builder, SdkPojo, CopyableBuilder<GetPortfolioSummaryResponse.Builder,GetPortfolioSummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetPortfolioSummaryResponse.Builder |
assessmentSummary(AssessmentSummary assessmentSummary)
An assessment summary for the portfolio including the number of servers to rehost and the overall number of
anti-patterns.
|
default GetPortfolioSummaryResponse.Builder |
assessmentSummary(Consumer<AssessmentSummary.Builder> assessmentSummary)
An assessment summary for the portfolio including the number of servers to rehost and the overall number of
anti-patterns.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPortfolioSummaryResponse.Builder assessmentSummary(AssessmentSummary assessmentSummary)
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
assessmentSummary - An assessment summary for the portfolio including the number of servers to rehost and the overall
number of anti-patterns.default GetPortfolioSummaryResponse.Builder assessmentSummary(Consumer<AssessmentSummary.Builder> assessmentSummary)
An assessment summary for the portfolio including the number of servers to rehost and the overall number of anti-patterns.
This is a convenience method that creates an instance of theAssessmentSummary.Builder avoiding the
need to create one manually via AssessmentSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to assessmentSummary(AssessmentSummary).
assessmentSummary - a consumer that will call methods on AssessmentSummary.BuilderassessmentSummary(AssessmentSummary)Copyright © 2023. All rights reserved.