Interface StatusReason.Builder

  • Method Details

    • reasonCode

      StatusReason.Builder reasonCode(String reasonCode)

      A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.

      Parameters:
      reasonCode - A code that represents a reason for the control status. For the list of status reason codes and their meanings, see Standards-related information in the ASFF in the Security Hub User Guide.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      StatusReason.Builder description(String description)

      The corresponding description for the status reason code.

      Parameters:
      description - The corresponding description for the status reason code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.