Interface SafetyLeverState.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SafetyLeverState.Builder,
,SafetyLeverState> SdkBuilder<SafetyLeverState.Builder,
,SafetyLeverState> SdkPojo
- Enclosing class:
SafetyLeverState
public static interface SafetyLeverState.Builder
extends SdkPojo, CopyableBuilder<SafetyLeverState.Builder,SafetyLeverState>
-
Method Summary
Modifier and TypeMethodDescriptionThe reason for the state of the safety lever.The state of the safety lever.status
(SafetyLeverStatus status) The state of the safety lever.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 Details
-
status
The state of the safety lever.
- Parameters:
status
- The state of the safety lever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The state of the safety lever.
- Parameters:
status
- The state of the safety lever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
reason
The reason for the state of the safety lever.
- Parameters:
reason
- The reason for the state of the safety lever.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-