Class CreateSecretOptions.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
      • Builder

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

      • build

        public CreateSecretOptions build()
        Builds a CreateSecretOptions.
        Returns:
        the new CreateSecretOptions instance
      • secretPrototype

        public CreateSecretOptions.Builder secretPrototype​(SecretPrototype secretPrototype)
        Set the secretPrototype.
        Parameters:
        secretPrototype - the secretPrototype
        Returns:
        the CreateSecretOptions builder