Class EndOfInputEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.EndOfInputEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,EndOfInputEvent.Builder,Buildable,CopyableBuilder<EndOfInputEvent.Builder,EndOfInputEvent>,SdkBuilder<EndOfInputEvent.Builder,EndOfInputEvent>
- Enclosing class:
- EndOfInputEvent
protected static class EndOfInputEvent.BuilderImpl extends Object implements EndOfInputEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(EndOfInputEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndOfInputEventbuild()List<SdkField<?>>sdkFields()-
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(EndOfInputEvent model)
-
-
Method Detail
-
build
public EndOfInputEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<EndOfInputEvent.Builder,EndOfInputEvent>
-
-