Interface CardStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CardStatus.Builder,
,CardStatus> SdkBuilder<CardStatus.Builder,
,CardStatus> SdkPojo
- Enclosing class:
CardStatus
public static interface CardStatus.Builder
extends SdkPojo, CopyableBuilder<CardStatus.Builder,CardStatus>
-
Method Summary
Modifier and TypeMethodDescriptioncurrentState
(String currentState) The current state of the card.currentState
(ExecutionStatus currentState) The current state of the card.currentValue
(String currentValue) The current value or result associated with the card.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
-
currentState
The current state of the card.
- Parameters:
currentState
- The current state of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentState
The current state of the card.
- Parameters:
currentState
- The current state of the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
currentValue
The current value or result associated with the card.
- Parameters:
currentValue
- The current value or result associated with the card.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-