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