Interface StandardsControl.Builder

    • Method Detail

      • standardsControlArn

        StandardsControl.Builder standardsControlArn​(String standardsControlArn)

        The ARN of the security standard control.

        Parameters:
        standardsControlArn - The ARN of the security standard control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlStatus

        StandardsControl.Builder controlStatus​(String controlStatus)

        The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.

        Parameters:
        controlStatus - The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlStatus, ControlStatus
      • controlStatus

        StandardsControl.Builder controlStatus​(ControlStatus controlStatus)

        The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.

        Parameters:
        controlStatus - The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ControlStatus, ControlStatus
      • disabledReason

        StandardsControl.Builder disabledReason​(String disabledReason)

        The reason provided for the most recent change in status for the control.

        Parameters:
        disabledReason - The reason provided for the most recent change in status for the control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlStatusUpdatedAt

        StandardsControl.Builder controlStatusUpdatedAt​(Instant controlStatusUpdatedAt)

        The date and time that the status of the security standard control was most recently updated.

        Parameters:
        controlStatusUpdatedAt - The date and time that the status of the security standard control was most recently updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • controlId

        StandardsControl.Builder controlId​(String controlId)

        The identifier of the security standard control.

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

        StandardsControl.Builder title​(String title)

        The title of the security standard control.

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

        StandardsControl.Builder description​(String description)

        The longer description of the security standard control. Provides information about what the control is checking for.

        Parameters:
        description - The longer description of the security standard control. Provides information about what the control is checking for.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remediationUrl

        StandardsControl.Builder remediationUrl​(String remediationUrl)

        A link to remediation information for the control in the Security Hub user documentation.

        Parameters:
        remediationUrl - A link to remediation information for the control in the Security Hub user documentation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severityRating

        StandardsControl.Builder severityRating​(String severityRating)

        The severity of findings generated from this security standard control.

        The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.

        Parameters:
        severityRating - The severity of findings generated from this security standard control.

        The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SeverityRating, SeverityRating
      • severityRating

        StandardsControl.Builder severityRating​(SeverityRating severityRating)

        The severity of findings generated from this security standard control.

        The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.

        Parameters:
        severityRating - The severity of findings generated from this security standard control.

        The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SeverityRating, SeverityRating
      • relatedRequirements

        StandardsControl.Builder relatedRequirements​(Collection<String> relatedRequirements)

        The list of requirements that are related to this control.

        Parameters:
        relatedRequirements - The list of requirements that are related to this control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • relatedRequirements

        StandardsControl.Builder relatedRequirements​(String... relatedRequirements)

        The list of requirements that are related to this control.

        Parameters:
        relatedRequirements - The list of requirements that are related to this control.
        Returns:
        Returns a reference to this object so that method calls can be chained together.