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 TypeMethodDescriptionThe reason code for the current status of the analyzer.code(ReasonCode code) The reason code for the current status of the analyzer.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
- 
code
The reason code for the current status of the analyzer.
- Parameters:
 code- The reason code for the current status of the analyzer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
code
The reason code for the current status of the analyzer.
- Parameters:
 code- The reason code for the current status of the analyzer.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -