Class AttachmentInputEvent.BuilderImpl
- java.lang.Object
-
- software.amazon.awssdk.services.qbusiness.model.AttachmentInputEvent.BuilderImpl
-
- All Implemented Interfaces:
SdkPojo,AttachmentInputEvent.Builder,Buildable,CopyableBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>,SdkBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
- Enclosing class:
- AttachmentInputEvent
protected static class AttachmentInputEvent.BuilderImpl extends Object implements AttachmentInputEvent.Builder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilderImpl()protectedBuilderImpl(AttachmentInputEvent model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachmentInputEvent.Builderattachment(AttachmentInput attachment)Sets the value of the Attachment property for this object.AttachmentInputEventbuild()AttachmentInput.BuildergetAttachment()List<SdkField<?>>sdkFields()voidsetAttachment(software.amazon.awssdk.services.qbusiness.model.AttachmentInput.BuilderImpl attachment)-
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.services.qbusiness.model.AttachmentInputEvent.Builder
attachment
-
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(AttachmentInputEvent model)
-
-
Method Detail
-
getAttachment
public final AttachmentInput.Builder getAttachment()
-
setAttachment
public final void setAttachment(software.amazon.awssdk.services.qbusiness.model.AttachmentInput.BuilderImpl attachment)
-
attachment
public final AttachmentInputEvent.Builder attachment(AttachmentInput attachment)
Description copied from interface:AttachmentInputEvent.BuilderSets the value of the Attachment property for this object.- Specified by:
attachmentin interfaceAttachmentInputEvent.Builder- Parameters:
attachment- The new value for the Attachment property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
build
public AttachmentInputEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<AttachmentInputEvent.Builder,AttachmentInputEvent>
-
-