public static interface LockConfiguration.Builder extends SdkPojo, CopyableBuilder<LockConfiguration.Builder,LockConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default LockConfiguration.Builder |
unlockDelay(Consumer<UnlockDelay.Builder> unlockDelay)
Information about the retention rule unlock delay.
|
LockConfiguration.Builder |
unlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLockConfiguration.Builder unlockDelay(UnlockDelay unlockDelay)
Information about the retention rule unlock delay.
unlockDelay - Information about the retention rule unlock delay.default LockConfiguration.Builder unlockDelay(Consumer<UnlockDelay.Builder> unlockDelay)
Information about the retention rule unlock delay.
This is a convenience method that creates an instance of theUnlockDelay.Builder avoiding the need to
create one manually via UnlockDelay.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to unlockDelay(UnlockDelay).
unlockDelay - a consumer that will call methods on UnlockDelay.BuilderunlockDelay(UnlockDelay)Copyright © 2023. All rights reserved.