public static interface StatusReason.Builder extends SdkPojo, CopyableBuilder<StatusReason.Builder,StatusReason>
| Modifier and Type | Method and Description |
|---|---|
StatusReason.Builder |
description(String description)
The corresponding description for the status reason code.
|
StatusReason.Builder |
reasonCode(String reasonCode)
A code that represents a reason for the control status.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStatusReason.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.
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.StatusReason.Builder description(String description)
The corresponding description for the status reason code.
description - The corresponding description for the status reason code.Copyright © 2023. All rights reserved.