Interface ConformancePackRuleCompliance.Builder

    • Method Detail

      • configRuleName

        ConformancePackRuleCompliance.Builder configRuleName​(String configRuleName)

        Name of the Config rule.

        Parameters:
        configRuleName - Name of the Config rule.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controls

        ConformancePackRuleCompliance.Builder controls​(Collection<String> controls)

        Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.

        Parameters:
        controls - Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controls

        ConformancePackRuleCompliance.Builder controls​(String... controls)

        Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.

        Parameters:
        controls - Controls for the conformance pack. A control is a process to prevent or detect problems while meeting objectives. A control can align with a specific compliance regime or map to internal controls defined by an organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.