Interface ProtectionGroupArbitraryPatternLimits.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectionGroupArbitraryPatternLimits.Builder,ProtectionGroupArbitraryPatternLimits>,SdkBuilder<ProtectionGroupArbitraryPatternLimits.Builder,ProtectionGroupArbitraryPatternLimits>,SdkPojo
- Enclosing class:
- ProtectionGroupArbitraryPatternLimits
public static interface ProtectionGroupArbitraryPatternLimits.Builder extends SdkPojo, CopyableBuilder<ProtectionGroupArbitraryPatternLimits.Builder,ProtectionGroupArbitraryPatternLimits>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectionGroupArbitraryPatternLimits.BuildermaxMembers(Long maxMembers)The maximum number of resources you can specify for a single arbitrary pattern in a protection group.-
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 Detail
-
maxMembers
ProtectionGroupArbitraryPatternLimits.Builder maxMembers(Long maxMembers)
The maximum number of resources you can specify for a single arbitrary pattern in a protection group.
- Parameters:
maxMembers- The maximum number of resources you can specify for a single arbitrary pattern in a protection group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-