Class CheckSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • key

        public CheckSummary.Builder key​(String key)
        A unique identifier for the check.
        Parameters:
        key - the value to set
        Returns:
        this builder
      • title

        public CheckSummary.Builder title​(String title)
        The short title for the check.
        Parameters:
        title - the value to set
        Returns:
        this builder
      • remarks

        public CheckSummary.Builder remarks​(String remarks)
        The explanation of the issue in this check.

        It explains the reason for the rule and, if a risk is reported, it may also explain the recommended actions for remediation.

        Parameters:
        remarks - the value to set
        Returns:
        this builder
      • references

        public CheckSummary.Builder references​(References references)
        Provides information on whether the check is related to a CIS Oracle Database Benchmark recommendation, STIG rule, GDPR Article/Recital or related to the Oracle Recommended Practice.
        Parameters:
        references - the value to set
        Returns:
        this builder
      • category

        public CheckSummary.Builder category​(String category)
        The category to which the check belongs to.
        Parameters:
        category - the value to set
        Returns:
        this builder
      • oneline

        public CheckSummary.Builder oneline​(String oneline)
        Provides a recommended approach to take to remediate the check reported.
        Parameters:
        oneline - the value to set
        Returns:
        this builder
      • suggestedSeverity

        public CheckSummary.Builder suggestedSeverity​(CheckSummary.SuggestedSeverity suggestedSeverity)
        The severity of the check as suggested by Data Safe security assessment.

        This will be the default severity in the template baseline security assessment.

        Parameters:
        suggestedSeverity - the value to set
        Returns:
        this builder