Uses of Interface
software.amazon.awssdk.services.shield.model.ProtectionGroupArbitraryPatternLimits.Builder
-
Packages that use ProtectionGroupArbitraryPatternLimits.Builder Package Description software.amazon.awssdk.services.shield.model -
-
Uses of ProtectionGroupArbitraryPatternLimits.Builder in software.amazon.awssdk.services.shield.model
Methods in software.amazon.awssdk.services.shield.model that return ProtectionGroupArbitraryPatternLimits.Builder Modifier and Type Method Description static ProtectionGroupArbitraryPatternLimits.BuilderProtectionGroupArbitraryPatternLimits. builder()ProtectionGroupArbitraryPatternLimits.BuilderProtectionGroupArbitraryPatternLimits.Builder. maxMembers(Long maxMembers)The maximum number of resources you can specify for a single arbitrary pattern in a protection group.ProtectionGroupArbitraryPatternLimits.BuilderProtectionGroupArbitraryPatternLimits. toBuilder()Methods in software.amazon.awssdk.services.shield.model that return types with arguments of type ProtectionGroupArbitraryPatternLimits.Builder Modifier and Type Method Description static Class<? extends ProtectionGroupArbitraryPatternLimits.Builder>ProtectionGroupArbitraryPatternLimits. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.shield.model with type arguments of type ProtectionGroupArbitraryPatternLimits.Builder Modifier and Type Method Description default ProtectionGroupPatternTypeLimits.BuilderProtectionGroupPatternTypeLimits.Builder. arbitraryPatternLimits(Consumer<ProtectionGroupArbitraryPatternLimits.Builder> arbitraryPatternLimits)Limits settings on protection groups with arbitrary pattern type.
-