Class DestroyOptions.Builder

    • Method Detail

      • showSecrets

        public DestroyOptions.Builder showSecrets​(boolean showSecrets)
        Sets whether to show config secrets when they appear.
        Parameters:
        showSecrets - the show secrets flag
        Returns:
        the builder
      • continueOnError

        public DestroyOptions.Builder continueOnError​(boolean continueOnError)
        Sets whether to continue performing the destroy operation despite the occurrence of errors.
        Parameters:
        continueOnError - the continue on error flag
        Returns:
        the builder