Class SecretLockPrototype.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

        public Builder​(String name)
        Instantiates a new builder with required properties.
        Parameters:
        name - the name
    • Method Detail

      • build

        public SecretLockPrototype build()
        Builds a SecretLockPrototype.
        Returns:
        the new SecretLockPrototype instance
      • description

        public SecretLockPrototype.Builder description​(String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the SecretLockPrototype builder