Interface StatusReason.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StatusReason.Builder,,StatusReason> SdkBuilder<StatusReason.Builder,,StatusReason> SdkPojo
- Enclosing class:
 StatusReason
public static interface StatusReason.Builder
extends SdkPojo, CopyableBuilder<StatusReason.Builder,StatusReason> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The corresponding description for the status reason code.reasonCode(String reasonCode) A code that represents a reason for the control status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -