Interface AntipatternReportResult.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>,SdkBuilder<AntipatternReportResult.Builder,AntipatternReportResult>,SdkPojo
- Enclosing class:
- AntipatternReportResult
public static interface AntipatternReportResult.Builder extends SdkPojo, CopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AntipatternReportResult.BuilderanalyzerName(Consumer<AnalyzerNameUnion.Builder> analyzerName)The analyzer name.AntipatternReportResult.BuilderanalyzerName(AnalyzerNameUnion analyzerName)The analyzer name.default AntipatternReportResult.BuilderantiPatternReportS3Object(Consumer<S3Object.Builder> antiPatternReportS3Object)Sets the value of the AntiPatternReportS3Object property for this object.AntipatternReportResult.BuilderantiPatternReportS3Object(S3Object antiPatternReportS3Object)Sets the value of the AntiPatternReportS3Object property for this object.AntipatternReportResult.BuilderantipatternReportStatus(String antipatternReportStatus)The status of the anti-pattern report generation.AntipatternReportResult.BuilderantipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report generation.AntipatternReportResult.BuilderantipatternReportStatusMessage(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 Detail
-
analyzerName
AntipatternReportResult.Builder analyzerName(AnalyzerNameUnion 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.Builderavoiding the need to create one manually viaAnalyzerNameUnion.builder().When the
Consumercompletes,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:
analyzerName(AnalyzerNameUnion)
-
antiPatternReportS3Object
AntipatternReportResult.Builder antiPatternReportS3Object(S3Object 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.Builderavoiding the need to create one manually viaS3Object.builder().When the
Consumercompletes,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:
antiPatternReportS3Object(S3Object)
-
antipatternReportStatus
AntipatternReportResult.Builder antipatternReportStatus(String 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,AntipatternReportStatus
-
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:
AntipatternReportStatus,AntipatternReportStatus
-
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.
-
-