Interface SecurityControlCustomParameter.Builder

    • Method Detail

      • securityControlId

        SecurityControlCustomParameter.Builder securityControlId​(String securityControlId)

        The ID of the security control.

        Parameters:
        securityControlId - The ID of the security control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • parameters

        SecurityControlCustomParameter.Builder parameters​(Map<String,​ParameterConfiguration> parameters)

        An object that specifies parameter values for a control in a configuration policy.

        Parameters:
        parameters - An object that specifies parameter values for a control in a configuration policy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.