Class HarnessMessageStopEvent.BuilderImpl
java.lang.Object
software.amazon.awssdk.services.bedrockagentcore.model.HarnessMessageStopEvent.BuilderImpl
- All Implemented Interfaces:
SdkPojo,HarnessMessageStopEvent.Builder,Buildable,CopyableBuilder<HarnessMessageStopEvent.Builder,,HarnessMessageStopEvent> SdkBuilder<HarnessMessageStopEvent.Builder,HarnessMessageStopEvent>
- Enclosing class:
- HarnessMessageStopEvent
protected static class HarnessMessageStopEvent.BuilderImpl
extends Object
implements HarnessMessageStopEvent.Builder
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotected -
Method Summary
Modifier and TypeMethodDescriptionbuild()final Stringfinal voidsetStopReason(String stopReason) stopReason(String stopReason) The reason the agent stopped generating.stopReason(HarnessStopReason stopReason) The reason the agent stopped generating.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutationMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
Constructor Details
-
BuilderImpl
protected BuilderImpl() -
BuilderImpl
-
-
Method Details
-
getStopReason
-
setStopReason
-
stopReason
Description copied from interface:HarnessMessageStopEvent.BuilderThe reason the agent stopped generating.
- Specified by:
stopReasonin interfaceHarnessMessageStopEvent.Builder- 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
Description copied from interface:HarnessMessageStopEvent.BuilderThe reason the agent stopped generating.
- Specified by:
stopReasonin interfaceHarnessMessageStopEvent.Builder- 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:
-
build
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<HarnessMessageStopEvent.Builder,HarnessMessageStopEvent>
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-