Interface StatusReason.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<StatusReason.Builder,,- StatusReason> - SdkBuilder<StatusReason.Builder,,- StatusReason> - SdkPojo
- Enclosing class:
- StatusReason
@Mutable
@NotThreadSafe
public static interface StatusReason.Builder
extends SdkPojo, CopyableBuilder<StatusReason.Builder,StatusReason> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
reasonCodeA code that represents a reason for the control status. For the list of status reason codes and their meanings, see Compliance details for control findings 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 Compliance details for control findings in the Security Hub User Guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
descriptionThe 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.
 
 
-