Interface AggregateConformancePackComplianceCount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>,SdkBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>,SdkPojo
- Enclosing class:
- AggregateConformancePackComplianceCount
public static interface AggregateConformancePackComplianceCount.Builder extends SdkPojo, CopyableBuilder<AggregateConformancePackComplianceCount.Builder,AggregateConformancePackComplianceCount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AggregateConformancePackComplianceCount.BuildercompliantConformancePackCount(Integer compliantConformancePackCount)Number of compliant conformance packs.AggregateConformancePackComplianceCount.BuildernonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)Number of noncompliant conformance packs.-
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 Detail
-
compliantConformancePackCount
AggregateConformancePackComplianceCount.Builder compliantConformancePackCount(Integer compliantConformancePackCount)
Number of compliant conformance packs.
- Parameters:
compliantConformancePackCount- Number of compliant conformance packs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nonCompliantConformancePackCount
AggregateConformancePackComplianceCount.Builder nonCompliantConformancePackCount(Integer nonCompliantConformancePackCount)
Number of noncompliant conformance packs.
- Parameters:
nonCompliantConformancePackCount- Number of noncompliant conformance packs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-