public static interface Result.Builder extends SdkPojo, CopyableBuilder<Result.Builder,Result>
| Modifier and Type | Method and Description |
|---|---|
Result.Builder |
analysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
|
default Result.Builder |
analysisStatus(Consumer<AnalysisStatusUnion.Builder> analysisStatus)
The error in server analysis.
|
Result.Builder |
analysisType(AnalysisType analysisType)
The error in server analysis.
|
Result.Builder |
analysisType(String analysisType)
The error in server analysis.
|
Result.Builder |
antipatternReportResultList(AntipatternReportResult... antipatternReportResultList)
The error in server analysis.
|
Result.Builder |
antipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
|
Result.Builder |
antipatternReportResultList(Consumer<AntipatternReportResult.Builder>... antipatternReportResultList)
The error in server analysis.
|
Result.Builder |
statusMessage(String statusMessage)
The error in server analysis.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResult.Builder analysisStatus(AnalysisStatusUnion analysisStatus)
The error in server analysis.
analysisStatus - The error in server analysis.default Result.Builder analysisStatus(Consumer<AnalysisStatusUnion.Builder> analysisStatus)
The error in server analysis.
This is a convenience method that creates an instance of theAnalysisStatusUnion.Builder avoiding the
need to create one manually via AnalysisStatusUnion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to analysisStatus(AnalysisStatusUnion).
analysisStatus - a consumer that will call methods on AnalysisStatusUnion.BuilderanalysisStatus(AnalysisStatusUnion)Result.Builder analysisType(String analysisType)
The error in server analysis.
analysisType - The error in server analysis.AnalysisType,
AnalysisTypeResult.Builder analysisType(AnalysisType analysisType)
The error in server analysis.
analysisType - The error in server analysis.AnalysisType,
AnalysisTypeResult.Builder antipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList)
The error in server analysis.
antipatternReportResultList - The error in server analysis.Result.Builder antipatternReportResultList(AntipatternReportResult... antipatternReportResultList)
The error in server analysis.
antipatternReportResultList - The error in server analysis.Result.Builder antipatternReportResultList(Consumer<AntipatternReportResult.Builder>... antipatternReportResultList)
The error in server analysis.
This is a convenience method that creates an instance of theAntipatternReportResult.Builder avoiding
the need to create one manually via
AntipatternReportResult.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #antipatternReportResultList(List.
antipatternReportResultList - a consumer that will call methods on
AntipatternReportResult.Builder#antipatternReportResultList(java.util.Collection) Result.Builder statusMessage(String statusMessage)
The error in server analysis.
statusMessage - The error in server analysis.Copyright © 2023. All rights reserved.