Interface AntipatternReportResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AntipatternReportResult.Builder,
,AntipatternReportResult> SdkBuilder<AntipatternReportResult.Builder,
,AntipatternReportResult> SdkPojo
- Enclosing class:
AntipatternReportResult
@Mutable
@NotThreadSafe
public static interface AntipatternReportResult.Builder
extends SdkPojo, CopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AntipatternReportResult.Builder
analyzerName
(Consumer<AnalyzerNameUnion.Builder> analyzerName) The analyzer name.analyzerName
(AnalyzerNameUnion analyzerName) The analyzer name.default AntipatternReportResult.Builder
antiPatternReportS3Object
(Consumer<S3Object.Builder> antiPatternReportS3Object) Sets the value of the AntiPatternReportS3Object property for this object.antiPatternReportS3Object
(S3Object antiPatternReportS3Object) Sets the value of the AntiPatternReportS3Object property for this object.antipatternReportStatus
(String antipatternReportStatus) The status of the anti-pattern report generation.antipatternReportStatus
(AntipatternReportStatus antipatternReportStatus) The status of the anti-pattern report generation.antipatternReportStatusMessage
(String antipatternReportStatusMessage) The status message for the anti-pattern.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
-
analyzerName
The analyzer name.
- Parameters:
analyzerName
- The analyzer name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analyzerName
default AntipatternReportResult.Builder analyzerName(Consumer<AnalyzerNameUnion.Builder> analyzerName) The analyzer name.
This is a convenience method that creates an instance of theAnalyzerNameUnion.Builder
avoiding the need to create one manually viaAnalyzerNameUnion.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toanalyzerName(AnalyzerNameUnion)
.- Parameters:
analyzerName
- a consumer that will call methods onAnalyzerNameUnion.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
antiPatternReportS3Object
Sets the value of the AntiPatternReportS3Object property for this object.- Parameters:
antiPatternReportS3Object
- The new value for the AntiPatternReportS3Object property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
antiPatternReportS3Object
default AntipatternReportResult.Builder antiPatternReportS3Object(Consumer<S3Object.Builder> antiPatternReportS3Object) Sets the value of the AntiPatternReportS3Object property for this object. This is a convenience method that creates an instance of theS3Object.Builder
avoiding the need to create one manually viaS3Object.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toantiPatternReportS3Object(S3Object)
.- Parameters:
antiPatternReportS3Object
- a consumer that will call methods onS3Object.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
antipatternReportStatus
The status of the anti-pattern report generation.
- Parameters:
antipatternReportStatus
- The status of the anti-pattern report generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
antipatternReportStatus
AntipatternReportResult.Builder antipatternReportStatus(AntipatternReportStatus antipatternReportStatus) The status of the anti-pattern report generation.
- Parameters:
antipatternReportStatus
- The status of the anti-pattern report generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
antipatternReportStatusMessage
AntipatternReportResult.Builder antipatternReportStatusMessage(String antipatternReportStatusMessage) The status message for the anti-pattern.
- Parameters:
antipatternReportStatusMessage
- The status message for the anti-pattern.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-