Interface MessageStopEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MessageStopEvent.Builder,,MessageStopEvent> SdkBuilder<MessageStopEvent.Builder,,MessageStopEvent> SdkPojo
- All Known Subinterfaces:
 DefaultMessageStop.Builder
- Enclosing class:
 MessageStopEvent
public static interface MessageStopEvent.Builder
extends SdkPojo, CopyableBuilder<MessageStopEvent.Builder,MessageStopEvent> 
- 
Method Summary
Modifier and TypeMethodDescriptionadditionalModelResponseFields(Document additionalModelResponseFields) The additional model response fields.stopReason(String stopReason) The reason why the model stopped generating output.stopReason(StopReason stopReason) The reason why the model stopped generating output.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
stopReason
The reason why the model stopped generating output.
- Parameters:
 stopReason- The reason why the model stopped generating output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
stopReason
The reason why the model stopped generating output.
- Parameters:
 stopReason- The reason why the model stopped generating output.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
additionalModelResponseFields
The additional model response fields.
- Parameters:
 additionalModelResponseFields- The additional model response fields.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -