Class OnConflictOptions.Builder

  • Enclosing class:
    OnConflictOptions

    public static final class OnConflictOptions.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • setAttachRequestId

        public OnConflictOptions.Builder setAttachRequestId​(boolean attachRequestId)
        Attaches the request ID to the running workflow.
      • setAttachCompletionCallbacks

        public OnConflictOptions.Builder setAttachCompletionCallbacks​(boolean attachCompletionCallbacks)
        Attaches the completion callbacks to the running workflow. If true, AttachRequestId must be true.
      • setAttachLinks

        public OnConflictOptions.Builder setAttachLinks​(boolean attachLinks)
        Attaches the links to the WorkflowExecutionOptionsUpdatedEvent history event.