Interface AssessmentSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>,SdkBuilder<AssessmentSummary.Builder,AssessmentSummary>,SdkPojo
- Enclosing class:
- AssessmentSummary
public static interface AssessmentSummary.Builder extends SdkPojo, CopyableBuilder<AssessmentSummary.Builder,AssessmentSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AssessmentSummary.BuilderantipatternReportS3Object(Consumer<S3Object.Builder> antipatternReportS3Object)The Amazon S3 object containing the anti-pattern report.AssessmentSummary.BuilderantipatternReportS3Object(S3Object antipatternReportS3Object)The Amazon S3 object containing the anti-pattern report.AssessmentSummary.BuilderantipatternReportStatus(String antipatternReportStatus)The status of the anti-pattern report.AssessmentSummary.BuilderantipatternReportStatus(AntipatternReportStatus antipatternReportStatus)The status of the anti-pattern report.AssessmentSummary.BuilderantipatternReportStatusMessage(String antipatternReportStatusMessage)The status message of the anti-pattern report.AssessmentSummary.BuilderlastAnalyzedTimestamp(Instant lastAnalyzedTimestamp)The time the assessment was performed.AssessmentSummary.BuilderlistAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)List of AntipatternSeveritySummary.AssessmentSummary.BuilderlistAntipatternSeveritySummary(Consumer<AntipatternSeveritySummary.Builder>... listAntipatternSeveritySummary)List of AntipatternSeveritySummary.AssessmentSummary.BuilderlistAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)List of AntipatternSeveritySummary.AssessmentSummary.BuilderlistApplicationComponentStatusSummary(Collection<ApplicationComponentStatusSummary> listApplicationComponentStatusSummary)List of status summaries of the analyzed application components.AssessmentSummary.BuilderlistApplicationComponentStatusSummary(Consumer<ApplicationComponentStatusSummary.Builder>... listApplicationComponentStatusSummary)List of status summaries of the analyzed application components.AssessmentSummary.BuilderlistApplicationComponentStatusSummary(ApplicationComponentStatusSummary... listApplicationComponentStatusSummary)List of status summaries of the analyzed application components.AssessmentSummary.BuilderlistApplicationComponentStrategySummary(Collection<StrategySummary> listApplicationComponentStrategySummary)List of ApplicationComponentStrategySummary.AssessmentSummary.BuilderlistApplicationComponentStrategySummary(Consumer<StrategySummary.Builder>... listApplicationComponentStrategySummary)List of ApplicationComponentStrategySummary.AssessmentSummary.BuilderlistApplicationComponentStrategySummary(StrategySummary... listApplicationComponentStrategySummary)List of ApplicationComponentStrategySummary.AssessmentSummary.BuilderlistApplicationComponentSummary(Collection<ApplicationComponentSummary> listApplicationComponentSummary)List of ApplicationComponentSummary.AssessmentSummary.BuilderlistApplicationComponentSummary(Consumer<ApplicationComponentSummary.Builder>... listApplicationComponentSummary)List of ApplicationComponentSummary.AssessmentSummary.BuilderlistApplicationComponentSummary(ApplicationComponentSummary... listApplicationComponentSummary)List of ApplicationComponentSummary.AssessmentSummary.BuilderlistServerStatusSummary(Collection<ServerStatusSummary> listServerStatusSummary)List of status summaries of the analyzed servers.AssessmentSummary.BuilderlistServerStatusSummary(Consumer<ServerStatusSummary.Builder>... listServerStatusSummary)List of status summaries of the analyzed servers.AssessmentSummary.BuilderlistServerStatusSummary(ServerStatusSummary... listServerStatusSummary)List of status summaries of the analyzed servers.AssessmentSummary.BuilderlistServerStrategySummary(Collection<StrategySummary> listServerStrategySummary)List of ServerStrategySummary.AssessmentSummary.BuilderlistServerStrategySummary(Consumer<StrategySummary.Builder>... listServerStrategySummary)List of ServerStrategySummary.AssessmentSummary.BuilderlistServerStrategySummary(StrategySummary... listServerStrategySummary)List of ServerStrategySummary.AssessmentSummary.BuilderlistServerSummary(Collection<ServerSummary> listServerSummary)List of ServerSummary.AssessmentSummary.BuilderlistServerSummary(Consumer<ServerSummary.Builder>... listServerSummary)List of ServerSummary.AssessmentSummary.BuilderlistServerSummary(ServerSummary... listServerSummary)List of ServerSummary.-
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
-
antipatternReportS3Object
AssessmentSummary.Builder antipatternReportS3Object(S3Object antipatternReportS3Object)
The Amazon S3 object containing the anti-pattern report.
- Parameters:
antipatternReportS3Object- The Amazon S3 object containing the anti-pattern report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
antipatternReportS3Object
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.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
AssessmentSummary.Builder antipatternReportStatus(String antipatternReportStatus)
The status of the anti-pattern report.
- Parameters:
antipatternReportStatus- The status of the anti-pattern report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AntipatternReportStatus,AntipatternReportStatus
-
antipatternReportStatus
AssessmentSummary.Builder antipatternReportStatus(AntipatternReportStatus antipatternReportStatus)
The status of the anti-pattern report.
- Parameters:
antipatternReportStatus- The status of the anti-pattern report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AntipatternReportStatus,AntipatternReportStatus
-
antipatternReportStatusMessage
AssessmentSummary.Builder antipatternReportStatusMessage(String antipatternReportStatusMessage)
The status message of the anti-pattern report.
- Parameters:
antipatternReportStatusMessage- The status message of the anti-pattern report.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastAnalyzedTimestamp
AssessmentSummary.Builder lastAnalyzedTimestamp(Instant lastAnalyzedTimestamp)
The time the assessment was performed.
- Parameters:
lastAnalyzedTimestamp- The time the assessment was performed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listAntipatternSeveritySummary
AssessmentSummary.Builder listAntipatternSeveritySummary(Collection<AntipatternSeveritySummary> listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
- Parameters:
listAntipatternSeveritySummary- List of AntipatternSeveritySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listAntipatternSeveritySummary
AssessmentSummary.Builder listAntipatternSeveritySummary(AntipatternSeveritySummary... listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
- Parameters:
listAntipatternSeveritySummary- List of AntipatternSeveritySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listAntipatternSeveritySummary
AssessmentSummary.Builder listAntipatternSeveritySummary(Consumer<AntipatternSeveritySummary.Builder>... listAntipatternSeveritySummary)
List of AntipatternSeveritySummary.
This is a convenience method that creates an instance of theAntipatternSeveritySummary.Builderavoiding the need to create one manually viaAntipatternSeveritySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listAntipatternSeveritySummary(List.) - Parameters:
listAntipatternSeveritySummary- a consumer that will call methods onAntipatternSeveritySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listAntipatternSeveritySummary(java.util.Collection)
-
listApplicationComponentStatusSummary
AssessmentSummary.Builder listApplicationComponentStatusSummary(Collection<ApplicationComponentStatusSummary> listApplicationComponentStatusSummary)
List of status summaries of the analyzed application components.
- Parameters:
listApplicationComponentStatusSummary- List of status summaries of the analyzed application components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentStatusSummary
AssessmentSummary.Builder listApplicationComponentStatusSummary(ApplicationComponentStatusSummary... listApplicationComponentStatusSummary)
List of status summaries of the analyzed application components.
- Parameters:
listApplicationComponentStatusSummary- List of status summaries of the analyzed application components.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentStatusSummary
AssessmentSummary.Builder listApplicationComponentStatusSummary(Consumer<ApplicationComponentStatusSummary.Builder>... listApplicationComponentStatusSummary)
List of status summaries of the analyzed application components.
This is a convenience method that creates an instance of theApplicationComponentStatusSummary.Builderavoiding the need to create one manually viaApplicationComponentStatusSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listApplicationComponentStatusSummary(List.) - Parameters:
listApplicationComponentStatusSummary- a consumer that will call methods onApplicationComponentStatusSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listApplicationComponentStatusSummary(java.util.Collection)
-
listApplicationComponentStrategySummary
AssessmentSummary.Builder listApplicationComponentStrategySummary(Collection<StrategySummary> listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
- Parameters:
listApplicationComponentStrategySummary- List of ApplicationComponentStrategySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentStrategySummary
AssessmentSummary.Builder listApplicationComponentStrategySummary(StrategySummary... listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
- Parameters:
listApplicationComponentStrategySummary- List of ApplicationComponentStrategySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentStrategySummary
AssessmentSummary.Builder listApplicationComponentStrategySummary(Consumer<StrategySummary.Builder>... listApplicationComponentStrategySummary)
List of ApplicationComponentStrategySummary.
This is a convenience method that creates an instance of theStrategySummary.Builderavoiding the need to create one manually viaStrategySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listApplicationComponentStrategySummary(List.) - Parameters:
listApplicationComponentStrategySummary- a consumer that will call methods onStrategySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listApplicationComponentStrategySummary(java.util.Collection)
-
listApplicationComponentSummary
AssessmentSummary.Builder listApplicationComponentSummary(Collection<ApplicationComponentSummary> listApplicationComponentSummary)
List of ApplicationComponentSummary.
- Parameters:
listApplicationComponentSummary- List of ApplicationComponentSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentSummary
AssessmentSummary.Builder listApplicationComponentSummary(ApplicationComponentSummary... listApplicationComponentSummary)
List of ApplicationComponentSummary.
- Parameters:
listApplicationComponentSummary- List of ApplicationComponentSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listApplicationComponentSummary
AssessmentSummary.Builder listApplicationComponentSummary(Consumer<ApplicationComponentSummary.Builder>... listApplicationComponentSummary)
List of ApplicationComponentSummary.
This is a convenience method that creates an instance of theApplicationComponentSummary.Builderavoiding the need to create one manually viaApplicationComponentSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listApplicationComponentSummary(List.) - Parameters:
listApplicationComponentSummary- a consumer that will call methods onApplicationComponentSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listApplicationComponentSummary(java.util.Collection)
-
listServerStatusSummary
AssessmentSummary.Builder listServerStatusSummary(Collection<ServerStatusSummary> listServerStatusSummary)
List of status summaries of the analyzed servers.
- Parameters:
listServerStatusSummary- List of status summaries of the analyzed servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerStatusSummary
AssessmentSummary.Builder listServerStatusSummary(ServerStatusSummary... listServerStatusSummary)
List of status summaries of the analyzed servers.
- Parameters:
listServerStatusSummary- List of status summaries of the analyzed servers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerStatusSummary
AssessmentSummary.Builder listServerStatusSummary(Consumer<ServerStatusSummary.Builder>... listServerStatusSummary)
List of status summaries of the analyzed servers.
This is a convenience method that creates an instance of theServerStatusSummary.Builderavoiding the need to create one manually viaServerStatusSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listServerStatusSummary(List.) - Parameters:
listServerStatusSummary- a consumer that will call methods onServerStatusSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listServerStatusSummary(java.util.Collection)
-
listServerStrategySummary
AssessmentSummary.Builder listServerStrategySummary(Collection<StrategySummary> listServerStrategySummary)
List of ServerStrategySummary.
- Parameters:
listServerStrategySummary- List of ServerStrategySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerStrategySummary
AssessmentSummary.Builder listServerStrategySummary(StrategySummary... listServerStrategySummary)
List of ServerStrategySummary.
- Parameters:
listServerStrategySummary- List of ServerStrategySummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerStrategySummary
AssessmentSummary.Builder listServerStrategySummary(Consumer<StrategySummary.Builder>... listServerStrategySummary)
List of ServerStrategySummary.
This is a convenience method that creates an instance of theStrategySummary.Builderavoiding the need to create one manually viaStrategySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listServerStrategySummary(List.) - Parameters:
listServerStrategySummary- a consumer that will call methods onStrategySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listServerStrategySummary(java.util.Collection)
-
listServerSummary
AssessmentSummary.Builder listServerSummary(Collection<ServerSummary> listServerSummary)
List of ServerSummary.
- Parameters:
listServerSummary- List of ServerSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerSummary
AssessmentSummary.Builder listServerSummary(ServerSummary... listServerSummary)
List of ServerSummary.
- Parameters:
listServerSummary- List of ServerSummary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
listServerSummary
AssessmentSummary.Builder listServerSummary(Consumer<ServerSummary.Builder>... listServerSummary)
List of ServerSummary.
This is a convenience method that creates an instance of theServerSummary.Builderavoiding the need to create one manually viaServerSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#listServerSummary(List.) - Parameters:
listServerSummary- a consumer that will call methods onServerSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#listServerSummary(java.util.Collection)
-
-