Interface UpdateControlRequest.Builder

    • Method Detail

      • controlId

        UpdateControlRequest.Builder controlId​(String controlId)

        The identifier for the control.

        Parameters:
        controlId - The identifier for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        UpdateControlRequest.Builder name​(String name)

        The name of the updated control.

        Parameters:
        name - The name of the updated control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        UpdateControlRequest.Builder description​(String description)

        The optional description of the control.

        Parameters:
        description - The optional description of the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • testingInformation

        UpdateControlRequest.Builder testingInformation​(String testingInformation)

        The steps that you should follow to determine if the control is met.

        Parameters:
        testingInformation - The steps that you should follow to determine if the control is met.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionPlanTitle

        UpdateControlRequest.Builder actionPlanTitle​(String actionPlanTitle)

        The title of the action plan for remediating the control.

        Parameters:
        actionPlanTitle - The title of the action plan for remediating the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionPlanInstructions

        UpdateControlRequest.Builder actionPlanInstructions​(String actionPlanInstructions)

        The recommended actions to carry out if the control isn't fulfilled.

        Parameters:
        actionPlanInstructions - The recommended actions to carry out if the control isn't fulfilled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlMappingSources

        UpdateControlRequest.Builder controlMappingSources​(Collection<ControlMappingSource> controlMappingSources)

        The data mapping sources for the control.

        Parameters:
        controlMappingSources - The data mapping sources for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlMappingSources

        UpdateControlRequest.Builder controlMappingSources​(ControlMappingSource... controlMappingSources)

        The data mapping sources for the control.

        Parameters:
        controlMappingSources - The data mapping sources for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.