Interface StopCisMessageProgress.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StopCisMessageProgress.Builder,,- StopCisMessageProgress> - SdkBuilder<StopCisMessageProgress.Builder,,- StopCisMessageProgress> - SdkPojo
- Enclosing class:
- StopCisMessageProgress
@Mutable
@NotThreadSafe
public static interface StopCisMessageProgress.Builder
extends SdkPojo, CopyableBuilder<StopCisMessageProgress.Builder,StopCisMessageProgress> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
totalChecksThe progress' total checks. - Parameters:
- totalChecks- The progress' total checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
successfulChecksThe progress' successful checks. - Parameters:
- successfulChecks- The progress' successful checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
failedChecksThe progress' failed checks. - Parameters:
- failedChecks- The progress' failed checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notEvaluatedChecksThe 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.
 
- 
unknownChecksThe progress' unknown checks. - Parameters:
- unknownChecks- The progress' unknown checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
notApplicableChecksThe 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.
 
- 
informationalChecksThe progress' informational checks. - Parameters:
- informationalChecks- The progress' informational checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
errorChecksThe progress' error checks. - Parameters:
- errorChecks- The progress' error checks.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-