Interface StopCisMessageProgress.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<StopCisMessageProgress.Builder,
,StopCisMessageProgress> SdkBuilder<StopCisMessageProgress.Builder,
,StopCisMessageProgress> SdkPojo
- Enclosing class:
StopCisMessageProgress
public static interface StopCisMessageProgress.Builder
extends SdkPojo, CopyableBuilder<StopCisMessageProgress.Builder,StopCisMessageProgress>
-
Method Summary
Modifier and TypeMethodDescriptionerrorChecks
(Integer errorChecks) The progress' error checks.failedChecks
(Integer failedChecks) The progress' failed checks.informationalChecks
(Integer informationalChecks) The progress' informational checks.notApplicableChecks
(Integer notApplicableChecks) The progress' not applicable checks.notEvaluatedChecks
(Integer notEvaluatedChecks) The progress' not evaluated checks.successfulChecks
(Integer successfulChecks) The progress' successful checks.totalChecks
(Integer totalChecks) The progress' total checks.unknownChecks
(Integer unknownChecks) The progress' unknown checks.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, sdkFields
-
Method Details
-
errorChecks
The progress' error checks.
- Parameters:
errorChecks
- The progress' error checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failedChecks
The progress' failed checks.
- Parameters:
failedChecks
- The progress' failed checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
informationalChecks
The progress' informational checks.
- Parameters:
informationalChecks
- The progress' informational checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notApplicableChecks
The progress' not applicable checks.
- Parameters:
notApplicableChecks
- The progress' not applicable checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEvaluatedChecks
The progress' not evaluated checks.
- Parameters:
notEvaluatedChecks
- The progress' not evaluated checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
successfulChecks
The progress' successful checks.
- Parameters:
successfulChecks
- The progress' successful checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalChecks
The progress' total checks.
- Parameters:
totalChecks
- The progress' total checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unknownChecks
The progress' unknown checks.
- Parameters:
unknownChecks
- The progress' unknown checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-