OperationUpdate.Builder |
OperationUpdate.Builder.action(String action) |
The action to take on the operation.
|
OperationUpdate.Builder |
OperationUpdate.Builder.action(OperationAction action) |
The action to take on the operation.
|
static OperationUpdate.Builder |
OperationUpdate.builder() |
|
default OperationUpdate.Builder |
OperationUpdate.Builder.callbackOptions(Consumer<CallbackOptions.Builder> callbackOptions) |
Sets the value of the CallbackOptions property for this object.
|
OperationUpdate.Builder |
OperationUpdate.Builder.callbackOptions(CallbackOptions callbackOptions) |
Sets the value of the CallbackOptions property for this object.
|
default OperationUpdate.Builder |
OperationUpdate.Builder.chainedInvokeOptions(Consumer<ChainedInvokeOptions.Builder> chainedInvokeOptions) |
Sets the value of the ChainedInvokeOptions property for this object.
|
OperationUpdate.Builder |
OperationUpdate.Builder.chainedInvokeOptions(ChainedInvokeOptions chainedInvokeOptions) |
Sets the value of the ChainedInvokeOptions property for this object.
|
default OperationUpdate.Builder |
OperationUpdate.Builder.contextOptions(Consumer<ContextOptions.Builder> contextOptions) |
Options for context operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.contextOptions(ContextOptions contextOptions) |
Options for context operations.
|
default OperationUpdate.Builder |
OperationUpdate.Builder.error(Consumer<ErrorObject.Builder> error) |
The error information for failed operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.error(ErrorObject error) |
The error information for failed operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.id(String id) |
The unique identifier for this operation.
|
OperationUpdate.Builder |
OperationUpdate.Builder.name(String name) |
The customer-provided name for this operation.
|
OperationUpdate.Builder |
OperationUpdate.Builder.parentId(String parentId) |
The unique identifier of the parent operation, if this operation is running within a child context.
|
OperationUpdate.Builder |
OperationUpdate.Builder.payload(String payload) |
The payload for successful operations.
|
default OperationUpdate.Builder |
OperationUpdate.Builder.stepOptions(Consumer<StepOptions.Builder> stepOptions) |
Options for step operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.stepOptions(StepOptions stepOptions) |
Options for step operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.subType(String subType) |
The subtype of the operation, providing additional categorization.
|
OperationUpdate.Builder |
OperationUpdate.toBuilder() |
|
OperationUpdate.Builder |
OperationUpdate.Builder.type(String type) |
The type of operation to update.
|
OperationUpdate.Builder |
OperationUpdate.Builder.type(OperationType type) |
The type of operation to update.
|
default OperationUpdate.Builder |
OperationUpdate.Builder.waitOptions(Consumer<WaitOptions.Builder> waitOptions) |
Options for wait operations.
|
OperationUpdate.Builder |
OperationUpdate.Builder.waitOptions(WaitOptions waitOptions) |
Options for wait operations.
|