Interface ReplicationTaskAssessmentRunResultStatistic.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,
,ReplicationTaskAssessmentRunResultStatistic> SdkBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,
,ReplicationTaskAssessmentRunResultStatistic> SdkPojo
- Enclosing class:
ReplicationTaskAssessmentRunResultStatistic
@Mutable
@NotThreadSafe
public static interface ReplicationTaskAssessmentRunResultStatistic.Builder
extends SdkPojo, CopyableBuilder<ReplicationTaskAssessmentRunResultStatistic.Builder,ReplicationTaskAssessmentRunResultStatistic>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of individual assessments that were cancelled during the assessment run.The number of individual assessments that encountered a critical error and could not complete properly.The number of individual assessments that failed to meet the criteria defined in the assessment run.The number of individual assessments that successfully passed all checks in the assessment run.The number of individual assessments that were skipped during the assessment run.Indicates that the recent completed AssessmentRun triggered a warning.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
-
passed
The number of individual assessments that successfully passed all checks in the assessment run.
- Parameters:
passed
- The number of individual assessments that successfully passed all checks in the assessment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failed
The number of individual assessments that failed to meet the criteria defined in the assessment run.
- Parameters:
failed
- The number of individual assessments that failed to meet the criteria defined in the assessment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
error
The number of individual assessments that encountered a critical error and could not complete properly.
- Parameters:
error
- The number of individual assessments that encountered a critical error and could not complete properly.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
warning
Indicates that the recent completed AssessmentRun triggered a warning.
- Parameters:
warning
- Indicates that the recent completed AssessmentRun triggered a warning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cancelled
The number of individual assessments that were cancelled during the assessment run.
- Parameters:
cancelled
- The number of individual assessments that were cancelled during the assessment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
skipped
The number of individual assessments that were skipped during the assessment run.
- Parameters:
skipped
- The number of individual assessments that were skipped during the assessment run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-