static Operation.Builder |
Operation.builder() |
|
default Operation.Builder |
Operation.Builder.callbackDetails(Consumer<CallbackDetails.Builder> callbackDetails) |
Sets the value of the CallbackDetails property for this object.
|
Operation.Builder |
Operation.Builder.callbackDetails(CallbackDetails callbackDetails) |
Sets the value of the CallbackDetails property for this object.
|
default Operation.Builder |
Operation.Builder.chainedInvokeDetails(Consumer<ChainedInvokeDetails.Builder> chainedInvokeDetails) |
Sets the value of the ChainedInvokeDetails property for this object.
|
Operation.Builder |
Operation.Builder.chainedInvokeDetails(ChainedInvokeDetails chainedInvokeDetails) |
Sets the value of the ChainedInvokeDetails property for this object.
|
default Operation.Builder |
Operation.Builder.contextDetails(Consumer<ContextDetails.Builder> contextDetails) |
Details about the context, if this operation represents a context.
|
Operation.Builder |
Operation.Builder.contextDetails(ContextDetails contextDetails) |
Details about the context, if this operation represents a context.
|
Operation.Builder |
Operation.Builder.endTimestamp(Instant endTimestamp) |
The date and time when the operation ended, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
default Operation.Builder |
Operation.Builder.executionDetails(Consumer<ExecutionDetails.Builder> executionDetails) |
Details about the execution, if this operation represents an execution.
|
Operation.Builder |
Operation.Builder.executionDetails(ExecutionDetails executionDetails) |
Details about the execution, if this operation represents an execution.
|
Operation.Builder |
Operation.Builder.id(String id) |
The unique identifier for this operation.
|
Operation.Builder |
Operation.Builder.name(String name) |
The customer-provided name for this operation.
|
Operation.Builder |
Operation.Builder.parentId(String parentId) |
The unique identifier of the parent operation, if this operation is running within a child context.
|
Operation.Builder |
Operation.Builder.startTimestamp(Instant startTimestamp) |
The date and time when the operation started, in ISO-8601
format (YYYY-MM-DDThh:mm:ss.sTZD).
|
Operation.Builder |
Operation.Builder.status(String status) |
The current status of the operation.
|
Operation.Builder |
Operation.Builder.status(OperationStatus status) |
The current status of the operation.
|
default Operation.Builder |
Operation.Builder.stepDetails(Consumer<StepDetails.Builder> stepDetails) |
Details about the step, if this operation represents a step.
|
Operation.Builder |
Operation.Builder.stepDetails(StepDetails stepDetails) |
Details about the step, if this operation represents a step.
|
Operation.Builder |
Operation.Builder.subType(String subType) |
The subtype of the operation, providing additional categorization.
|
Operation.Builder |
Operation.toBuilder() |
|
Operation.Builder |
Operation.Builder.type(String type) |
The type of operation.
|
Operation.Builder |
Operation.Builder.type(OperationType type) |
The type of operation.
|
default Operation.Builder |
Operation.Builder.waitDetails(Consumer<WaitDetails.Builder> waitDetails) |
Details about the wait operation, if this operation represents a wait.
|
Operation.Builder |
Operation.Builder.waitDetails(WaitDetails waitDetails) |
Details about the wait operation, if this operation represents a wait.
|