public static interface ProtectionGroupPatternTypeLimits.Builder extends SdkPojo, CopyableBuilder<ProtectionGroupPatternTypeLimits.Builder,ProtectionGroupPatternTypeLimits>
| Modifier and Type | Method and Description |
|---|---|
default ProtectionGroupPatternTypeLimits.Builder |
arbitraryPatternLimits(Consumer<ProtectionGroupArbitraryPatternLimits.Builder> arbitraryPatternLimits)
Limits settings on protection groups with arbitrary pattern type.
|
ProtectionGroupPatternTypeLimits.Builder |
arbitraryPatternLimits(ProtectionGroupArbitraryPatternLimits arbitraryPatternLimits)
Limits settings on protection groups with arbitrary pattern type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProtectionGroupPatternTypeLimits.Builder arbitraryPatternLimits(ProtectionGroupArbitraryPatternLimits arbitraryPatternLimits)
Limits settings on protection groups with arbitrary pattern type.
arbitraryPatternLimits - Limits settings on protection groups with arbitrary pattern type.default ProtectionGroupPatternTypeLimits.Builder arbitraryPatternLimits(Consumer<ProtectionGroupArbitraryPatternLimits.Builder> arbitraryPatternLimits)
Limits settings on protection groups with arbitrary pattern type.
This is a convenience that creates an instance of theProtectionGroupArbitraryPatternLimits.Builder
avoiding the need to create one manually via ProtectionGroupArbitraryPatternLimits.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
arbitraryPatternLimits(ProtectionGroupArbitraryPatternLimits).arbitraryPatternLimits - a consumer that will call methods on ProtectionGroupArbitraryPatternLimits.BuilderarbitraryPatternLimits(ProtectionGroupArbitraryPatternLimits)Copyright © 2021. All rights reserved.