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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReplicationTaskAssessmentRunResultStatistic.Buildercancelled(Integer cancelled)The number of individual assessments that were cancelled during the assessment run.ReplicationTaskAssessmentRunResultStatistic.Buildererror(Integer error)The number of individual assessments that encountered a critical error and could not complete properly.ReplicationTaskAssessmentRunResultStatistic.Builderfailed(Integer failed)The number of individual assessments that failed to meet the criteria defined in the assessment run.ReplicationTaskAssessmentRunResultStatistic.Builderpassed(Integer passed)The number of individual assessments that successfully passed all checks in the assessment run.ReplicationTaskAssessmentRunResultStatistic.Builderskipped(Integer skipped)The number of individual assessments that were skipped during the assessment run.ReplicationTaskAssessmentRunResultStatistic.Builderwarning(Integer warning)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 Detail
-
passed
ReplicationTaskAssessmentRunResultStatistic.Builder passed(Integer 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
ReplicationTaskAssessmentRunResultStatistic.Builder failed(Integer 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
ReplicationTaskAssessmentRunResultStatistic.Builder error(Integer 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
ReplicationTaskAssessmentRunResultStatistic.Builder warning(Integer 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
ReplicationTaskAssessmentRunResultStatistic.Builder cancelled(Integer 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
ReplicationTaskAssessmentRunResultStatistic.Builder skipped(Integer 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.
-
-