Interface SecurityControlsConfiguration.Builder

    • Method Detail

      • enabledSecurityControlIdentifiers

        SecurityControlsConfiguration.Builder enabledSecurityControlIdentifiers​(Collection<String> enabledSecurityControlIdentifiers)

        A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.

        Parameters:
        enabledSecurityControlIdentifiers - A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • enabledSecurityControlIdentifiers

        SecurityControlsConfiguration.Builder enabledSecurityControlIdentifiers​(String... enabledSecurityControlIdentifiers)

        A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.

        Parameters:
        enabledSecurityControlIdentifiers - A list of security controls that are enabled in the configuration policy. Security Hub disables all other controls (including newly released controls) other than the listed controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disabledSecurityControlIdentifiers

        SecurityControlsConfiguration.Builder disabledSecurityControlIdentifiers​(Collection<String> disabledSecurityControlIdentifiers)

        A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.

        Parameters:
        disabledSecurityControlIdentifiers - A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • disabledSecurityControlIdentifiers

        SecurityControlsConfiguration.Builder disabledSecurityControlIdentifiers​(String... disabledSecurityControlIdentifiers)

        A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.

        Parameters:
        disabledSecurityControlIdentifiers - A list of security controls that are disabled in the configuration policy. Security Hub enables all other controls (including newly released controls) other than the listed controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityControlCustomParameters

        SecurityControlsConfiguration.Builder securityControlCustomParameters​(Collection<SecurityControlCustomParameter> securityControlCustomParameters)

        A list of security controls and control parameter values that are included in a configuration policy.

        Parameters:
        securityControlCustomParameters - A list of security controls and control parameter values that are included in a configuration policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • securityControlCustomParameters

        SecurityControlsConfiguration.Builder securityControlCustomParameters​(SecurityControlCustomParameter... securityControlCustomParameters)

        A list of security controls and control parameter values that are included in a configuration policy.

        Parameters:
        securityControlCustomParameters - A list of security controls and control parameter values that are included in a configuration policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.