Class HeartbeatEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.lexruntimev2.model.HeartbeatEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,HeartbeatEvent.Builder,Buildable,CopyableBuilder<HeartbeatEvent.Builder,HeartbeatEvent>,SdkBuilder<HeartbeatEvent.Builder,HeartbeatEvent>
- Enclosing class:
- HeartbeatEvent
protected static class HeartbeatEvent.BuilderImpl extends Object implements HeartbeatEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(HeartbeatEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HeartbeatEventbuild()HeartbeatEvent.BuildereventId(String eventId)A unique identifier of the event sent by Amazon Lex V2.StringgetEventId()List<SdkField<?>>sdkFields()voidsetEventId(String eventId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields
-
-
-
-
Constructor Detail
-
BuilderImpl
protected BuilderImpl()
-
BuilderImpl
protected BuilderImpl(HeartbeatEvent model)
-
-
Method Detail
-
getEventId
public final String getEventId()
-
setEventId
public final void setEventId(String eventId)
-
eventId
public final HeartbeatEvent.Builder eventId(String eventId)
Description copied from interface:HeartbeatEvent.BuilderA unique identifier of the event sent by Amazon Lex V2. The identifier is in the form
RESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.- Specified by:
eventIdin interfaceHeartbeatEvent.Builder- Parameters:
eventId- A unique identifier of the event sent by Amazon Lex V2. The identifier is in the formRESPONSE-N, where N is a number starting with one and incremented for each event sent by Amazon Lex V2 in the current session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public HeartbeatEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<HeartbeatEvent.Builder,HeartbeatEvent>
-
-