Interface UnlockDelay.Builder

All Superinterfaces:
Buildable, CopyableBuilder<UnlockDelay.Builder,UnlockDelay>, SdkBuilder<UnlockDelay.Builder,UnlockDelay>, SdkPojo
Enclosing class:
UnlockDelay

public static interface UnlockDelay.Builder extends SdkPojo, CopyableBuilder<UnlockDelay.Builder,UnlockDelay>
  • Method Details

    • unlockDelayValue

      UnlockDelay.Builder unlockDelayValue(Integer unlockDelayValue)

      The unlock delay period, measured in the unit specified for UnlockDelayUnit.

      Parameters:
      unlockDelayValue - The unlock delay period, measured in the unit specified for UnlockDelayUnit.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • unlockDelayUnit

      UnlockDelay.Builder unlockDelayUnit(String unlockDelayUnit)

      The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

      Parameters:
      unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • unlockDelayUnit

      UnlockDelay.Builder unlockDelayUnit(UnlockDelayUnit unlockDelayUnit)

      The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.

      Parameters:
      unlockDelayUnit - The unit of time in which to measure the unlock delay. Currently, the unlock delay can be measure only in days.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: