Interface SecurityPolicyStats.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SecurityPolicyStats.Builder,,SecurityPolicyStats> SdkBuilder<SecurityPolicyStats.Builder,,SecurityPolicyStats> SdkPojo
- Enclosing class:
SecurityPolicyStats
public static interface SecurityPolicyStats.Builder
extends SdkPojo, CopyableBuilder<SecurityPolicyStats.Builder,SecurityPolicyStats>
-
Method Summary
Modifier and TypeMethodDescriptionencryptionPolicyCount(Long encryptionPolicyCount) The number of encryption policies in the current account.networkPolicyCount(Long networkPolicyCount) The number of network policies in the current account.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, sdkFields
-
Method Details
-
encryptionPolicyCount
The number of encryption policies in the current account.
- Parameters:
encryptionPolicyCount- The number of encryption policies in the current account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkPolicyCount
The number of network policies in the current account.
- Parameters:
networkPolicyCount- The number of network policies in the current account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-