Interface Result.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Result.Builder,
,Result> SdkBuilder<Result.Builder,
,Result> SdkPojo
- Enclosing class:
Result
@Mutable
@NotThreadSafe
public static interface Result.Builder
extends SdkPojo, CopyableBuilder<Result.Builder,Result>
-
Method Summary
Modifier and TypeMethodDescriptiondefault Result.Builder
analysisStatus
(Consumer<AnalysisStatusUnion.Builder> analysisStatus) The error in server analysis.analysisStatus
(AnalysisStatusUnion analysisStatus) The error in server analysis.analysisType
(String analysisType) The error in server analysis.analysisType
(AnalysisType analysisType) The error in server analysis.antipatternReportResultList
(Collection<AntipatternReportResult> antipatternReportResultList) The error in server analysis.antipatternReportResultList
(Consumer<AntipatternReportResult.Builder>... antipatternReportResultList) The error in server analysis.antipatternReportResultList
(AntipatternReportResult... antipatternReportResultList) The error in server analysis.statusMessage
(String statusMessage) The error in server analysis.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, sdkFieldNameToField, sdkFields
-
Method Details
-
analysisStatus
The error in server analysis.
- Parameters:
analysisStatus
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaAnalysisStatusUnion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalysisStatus(AnalysisStatusUnion)
.- Parameters:
analysisStatus
- a consumer that will call methods onAnalysisStatusUnion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisType
The error in server analysis.
- Parameters:
analysisType
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisType
The error in server analysis.
- Parameters:
analysisType
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
antipatternReportResultList
Result.Builder antipatternReportResultList(Collection<AntipatternReportResult> antipatternReportResultList) The error in server analysis.
- Parameters:
antipatternReportResultList
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
antipatternReportResultList
The error in server analysis.
- Parameters:
antipatternReportResultList
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
antipatternReportResultList
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 viaAntipatternReportResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toantipatternReportResultList(List<AntipatternReportResult>)
.- Parameters:
antipatternReportResultList
- a consumer that will call methods onAntipatternReportResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
The error in server analysis.
- Parameters:
statusMessage
- The error in server analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-