Class DefaultConfigurationEvent
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.ConfigurationEvent
-
- software.amazon.awssdk.services.qbusiness.model.chatinputstream.DefaultConfigurationEvent
-
- All Implemented Interfaces:
Serializable,SdkPojo,ChatInputStream,ToCopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>
@Generated("software.amazon.awssdk:codegen") public final class DefaultConfigurationEvent extends ConfigurationEvent
A specialization ofsoftware.amazon.awssdk.services.qbusiness.model.ConfigurationEventthat represents theChatInputStream$configurationEventevent. Do not use this class directly. Instead, use the static builder methods onChatInputStream.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultConfigurationEvent.Builder-
Nested classes/interfaces inherited from interface software.amazon.awssdk.services.qbusiness.model.ChatInputStream
ChatInputStream.EventType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultConfigurationEvent.Builderbuilder()ChatInputStream.EventTypesdkEventType()The type of this event.DefaultConfigurationEvent.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.services.qbusiness.model.ConfigurationEvent
attributeFilter, chatMode, chatModeAsString, chatModeConfiguration, copy, equals, equalsBySdkFields, getValueForField, hashCode, sdkFields, serializableBuilderClass, toString
-
-
-
-
Method Detail
-
toBuilder
public DefaultConfigurationEvent.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ConfigurationEvent.Builder,ConfigurationEvent>- Overrides:
toBuilderin classConfigurationEvent
-
builder
public static DefaultConfigurationEvent.Builder builder()
-
sdkEventType
public ChatInputStream.EventType sdkEventType()
Description copied from interface:ChatInputStreamThe type of this event. Corresponds to the:event-typeheader on the Message.
-
-