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 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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, 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:
-