Interface DefaultTextInputEvent.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<TextInputEvent.Builder,,TextInputEvent> SdkBuilder<TextInputEvent.Builder,,TextInputEvent> SdkPojo,TextInputEvent.Builder
- Enclosing class:
 DefaultTextInputEvent
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()An immutable object that is created from the properties that have been set on the builder.Methods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.lexruntimev2.model.TextInputEvent.Builder
clientTimestampMillis, eventId, text 
- 
Method Details
- 
build
DefaultTextInputEvent build()Description copied from interface:SdkBuilderAn immutable object that is created from the properties that have been set on the builder.- Specified by:
 buildin interfaceBuildable- Specified by:
 buildin interfaceSdkBuilder<TextInputEvent.Builder,TextInputEvent> - Returns:
 - an instance of T
 
 
 -