Interface ContributorSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ContributorSummary.Builder,,ContributorSummary> SdkBuilder<ContributorSummary.Builder,,ContributorSummary> SdkPojo
- Enclosing class:
ContributorSummary
@Mutable
@NotThreadSafe
public static interface ContributorSummary.Builder
extends SdkPojo, CopyableBuilder<ContributorSummary.Builder,ContributorSummary>
-
Method Summary
Modifier and TypeMethodDescriptioncriticalCount(Integer criticalCount) Number of contributors currently breaching the critical threshold.warningCount(Integer warningCount) Number of contributors currently breaching the warning threshold.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
warningCount
Number of contributors currently breaching the warning threshold.
- Parameters:
warningCount- Number of contributors currently breaching the warning threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
criticalCount
Number of contributors currently breaching the critical threshold.
- Parameters:
criticalCount- Number of contributors currently breaching the critical threshold.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-