Interface GetVaultLockResponse.Builder

  • Method Details

    • policy

      The vault lock policy as a JSON string, which uses "\" as an escape character.

      Parameters:
      policy - The vault lock policy as a JSON string, which uses "\" as an escape character.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the vault lock. InProgress or Locked.

      Parameters:
      state - The state of the vault lock. InProgress or Locked.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expirationDate

      GetVaultLockResponse.Builder expirationDate(String expirationDate)

      The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.

      Parameters:
      expirationDate - The UTC date and time at which the lock ID expires. This value can be null if the vault lock is in a Locked state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDate

      GetVaultLockResponse.Builder creationDate(String creationDate)

      The UTC date and time at which the vault lock was put into the InProgress state.

      Parameters:
      creationDate - The UTC date and time at which the vault lock was put into the InProgress state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.