public static interface AssessmentSummary.Builder extends SdkPojo, CopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssessmentSummary.Builder antipatternReportS3Object(S3Object antipatternReportS3Object)
The Amazon S3 object containing the anti-pattern report.
antipatternReportS3Object - The Amazon S3 object containing the anti-pattern report.default AssessmentSummary.Builder antipatternReportS3Object(Consumer<S3Object.Builder> antipatternReportS3Object)
The Amazon S3 object containing the anti-pattern report.
This is a convenience method that creates an instance of theS3Object.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)AssessmentSummary.Builder antipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report.
antipatternReportStatus - The status of the anti-pattern report.AntipatternReportStatus,
AntipatternReportStatusAssessmentSummary.Builder antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report.
antipatternReportStatus - The status of the anti-pattern report.AntipatternReportStatus,
AntipatternReportStatusAssessmentSummary.Builder antipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message of the anti-pattern report.
antipatternReportStatusMessage - The status message of the anti-pattern report.AssessmentSummary.Builder lastAnalyzedTimestamp(Instant lastAnalyzedTimestamp)
The time the assessment was performed.
lastAnalyzedTimestamp - The time the assessment was performed.AssessmentSummary.Builder listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
listAntipatternSeveritySummary - List of AntipatternSeveritySummary.AssessmentSummary.Builder listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
listAntipatternSeveritySummary - List of AntipatternSeveritySummary.AssessmentSummary.Builder listAntipatternSeveritySummary(Consumer<AntipatternSeveritySummary.Builder>... listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
This is a convenience method that creates an instance of theAntipatternSeveritySummary.Builder
avoiding the need to create one manually via
AntipatternSeveritySummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #listAntipatternSeveritySummary(List.
listAntipatternSeveritySummary - a consumer that will call methods on
AntipatternSeveritySummary.Builder#listAntipatternSeveritySummary(java.util.Collection) AssessmentSummary.Builder listApplicationComponentStrategySummary(Collection<StrategySummary> listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
listApplicationComponentStrategySummary - List of ApplicationComponentStrategySummary.AssessmentSummary.Builder listApplicationComponentStrategySummary(StrategySummary... listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
listApplicationComponentStrategySummary - List of ApplicationComponentStrategySummary.AssessmentSummary.Builder listApplicationComponentStrategySummary(Consumer<StrategySummary.Builder>... listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
This is a convenience method that creates an instance of theStrategySummary.Builder avoiding the need
to create one manually via
StrategySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #listApplicationComponentStrategySummary(List.
listApplicationComponentStrategySummary - a consumer that will call methods on
StrategySummary.Builder#listApplicationComponentStrategySummary(java.util.Collection) AssessmentSummary.Builder listApplicationComponentSummary(Collection<ApplicationComponentSummary> listApplicationComponentSummary)
List of ApplicationComponentSummary.
listApplicationComponentSummary - List of ApplicationComponentSummary.AssessmentSummary.Builder listApplicationComponentSummary(ApplicationComponentSummary... listApplicationComponentSummary)
List of ApplicationComponentSummary.
listApplicationComponentSummary - List of ApplicationComponentSummary.AssessmentSummary.Builder listApplicationComponentSummary(Consumer<ApplicationComponentSummary.Builder>... listApplicationComponentSummary)
List of ApplicationComponentSummary.
This is a convenience method that creates an instance of theApplicationComponentSummary.Builder
avoiding the need to create one manually via
ApplicationComponentSummary.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #listApplicationComponentSummary(List.
listApplicationComponentSummary - a consumer that will call methods on
ApplicationComponentSummary.Builder#listApplicationComponentSummary(java.util.Collection) AssessmentSummary.Builder listServerStrategySummary(Collection<StrategySummary> listServerStrategySummary)
List of ServerStrategySummary.
listServerStrategySummary - List of ServerStrategySummary.AssessmentSummary.Builder listServerStrategySummary(StrategySummary... listServerStrategySummary)
List of ServerStrategySummary.
listServerStrategySummary - List of ServerStrategySummary.AssessmentSummary.Builder listServerStrategySummary(Consumer<StrategySummary.Builder>... listServerStrategySummary)
List of ServerStrategySummary.
This is a convenience method that creates an instance of theStrategySummary.Builder avoiding the need
to create one manually via
StrategySummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #listServerStrategySummary(List.
listServerStrategySummary - a consumer that will call methods on
StrategySummary.Builder#listServerStrategySummary(java.util.Collection) AssessmentSummary.Builder listServerSummary(Collection<ServerSummary> listServerSummary)
List of ServerSummary.
listServerSummary - List of ServerSummary.AssessmentSummary.Builder listServerSummary(ServerSummary... listServerSummary)
List of ServerSummary.
listServerSummary - List of ServerSummary.AssessmentSummary.Builder listServerSummary(Consumer<ServerSummary.Builder>... listServerSummary)
List of ServerSummary.
This is a convenience method that creates an instance of theServerSummary.Builder avoiding the need to
create one manually via
ServerSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #listServerSummary(List.
listServerSummary - a consumer that will call methods on
ServerSummary.Builder#listServerSummary(java.util.Collection) Copyright © 2022. All rights reserved.