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

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

    • name

      Cipher.Builder name(String name)

      The name of the cipher.

      Parameters:
      name - The name of the cipher.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • priority

      Cipher.Builder priority(Integer priority)

      The priority of the cipher.

      Parameters:
      priority - The priority of the cipher.
      Returns:
      Returns a reference to this object so that method calls can be chained together.