public static interface AntipatternReportResult.Builder extends SdkPojo, CopyableBuilder<AntipatternReportResult.Builder,AntipatternReportResult>
| Modifier and Type | Method and Description |
|---|---|
AntipatternReportResult.Builder |
analyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
|
default AntipatternReportResult.Builder |
analyzerName(Consumer<AnalyzerNameUnion.Builder> analyzerName)
The analyzer name.
|
default AntipatternReportResult.Builder |
antiPatternReportS3Object(Consumer<S3Object.Builder> antiPatternReportS3Object)
Sets the value of the AntiPatternReportS3Object property for this object.
|
AntipatternReportResult.Builder |
antiPatternReportS3Object(S3Object antiPatternReportS3Object)
Sets the value of the AntiPatternReportS3Object property for this object.
|
AntipatternReportResult.Builder |
antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
|
AntipatternReportResult.Builder |
antipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
|
AntipatternReportResult.Builder |
antipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAntipatternReportResult.Builder analyzerName(AnalyzerNameUnion analyzerName)
The analyzer name.
analyzerName - The analyzer name.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 via AnalyzerNameUnion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to analyzerName(AnalyzerNameUnion).
analyzerName - a consumer that will call methods on AnalyzerNameUnion.BuilderanalyzerName(AnalyzerNameUnion)AntipatternReportResult.Builder antiPatternReportS3Object(S3Object antiPatternReportS3Object)
antiPatternReportS3Object - The new value for the AntiPatternReportS3Object property for this object.default AntipatternReportResult.Builder antiPatternReportS3Object(Consumer<S3Object.Builder> antiPatternReportS3Object)
S3Object.Builder avoiding the need to
create one manually via S3Object.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to antiPatternReportS3Object(S3Object).
antiPatternReportS3Object - a consumer that will call methods on S3Object.BuilderantiPatternReportS3Object(S3Object)AntipatternReportResult.Builder antipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus - The status of the anti-pattern report generation.AntipatternReportStatus,
AntipatternReportStatusAntipatternReportResult.Builder antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report generation.
antipatternReportStatus - The status of the anti-pattern report generation.AntipatternReportStatus,
AntipatternReportStatusAntipatternReportResult.Builder antipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message for the anti-pattern.
antipatternReportStatusMessage - The status message for the anti-pattern.Copyright © 2023. All rights reserved.