Interface DefaultFailedAttachmentEvent.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FailedAttachmentEvent.Builder,FailedAttachmentEvent>,FailedAttachmentEvent.Builder,SdkBuilder<FailedAttachmentEvent.Builder,FailedAttachmentEvent>,SdkPojo
- Enclosing class:
- DefaultFailedAttachmentEvent
public static interface DefaultFailedAttachmentEvent.Builder extends FailedAttachmentEvent.Builder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultFailedAttachmentEventbuild()-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.qbusiness.model.FailedAttachmentEvent.Builder
attachment, attachment, conversationId, systemMessageId, userMessageId
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
build
DefaultFailedAttachmentEvent build()
- Specified by:
buildin interfaceBuildable- Specified by:
buildin interfaceSdkBuilder<FailedAttachmentEvent.Builder,FailedAttachmentEvent>
-
-