Interface HarnessMessageStopEvent.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HarnessMessageStopEvent.Builder,,HarnessMessageStopEvent> SdkBuilder<HarnessMessageStopEvent.Builder,,HarnessMessageStopEvent> SdkPojo
- All Known Subinterfaces:
DefaultMessageStop.Builder
- Enclosing class:
HarnessMessageStopEvent
@Mutable
@NotThreadSafe
public static interface HarnessMessageStopEvent.Builder
extends SdkPojo, CopyableBuilder<HarnessMessageStopEvent.Builder,HarnessMessageStopEvent>
-
Method Summary
Modifier and TypeMethodDescriptionstopReason(String stopReason) The reason the agent stopped generating.stopReason(HarnessStopReason stopReason) The reason the agent stopped generating.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 the agent stopped generating.
- Parameters:
stopReason- The reason the agent stopped generating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stopReason
The reason the agent stopped generating.
- Parameters:
stopReason- The reason the agent stopped generating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-