Interface StandardsControl.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StandardsControl.Builder,StandardsControl>, SdkBuilder<StandardsControl.Builder,StandardsControl>, SdkPojo
Enclosing class:
StandardsControl

public static interface StandardsControl.Builder extends SdkPojo, CopyableBuilder<StandardsControl.Builder,StandardsControl>
  • Method Details

    • 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

      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:
    • 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

      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

      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:
    • 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.