Interface SecurityPolicyStats.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SecurityPolicyStats.Builder,
,SecurityPolicyStats> SdkBuilder<SecurityPolicyStats.Builder,
,SecurityPolicyStats> SdkPojo
- Enclosing class:
SecurityPolicyStats
@Mutable
@NotThreadSafe
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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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.
-