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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatusReason.Buildercode(String code)The reason code for the current status of the analyzer.StatusReason.Buildercode(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, sdkFields
-
-
-
-
Method Detail
-
code
StatusReason.Builder code(String 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:
ReasonCode,ReasonCode
-
code
StatusReason.Builder code(ReasonCode 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:
ReasonCode,ReasonCode
-
-