Uses of Interface
software.amazon.awssdk.services.lambda.model.OperationUpdate.Builder
Packages that use OperationUpdate.Builder
-
Uses of OperationUpdate.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return OperationUpdate.BuilderModifier and TypeMethodDescriptionThe action to take on the operation.OperationUpdate.Builder.action(OperationAction action) The action to take on the operation.static OperationUpdate.BuilderOperationUpdate.builder()default OperationUpdate.BuilderOperationUpdate.Builder.callbackOptions(Consumer<CallbackOptions.Builder> callbackOptions) Sets the value of the CallbackOptions property for this object.OperationUpdate.Builder.callbackOptions(CallbackOptions callbackOptions) Sets the value of the CallbackOptions property for this object.default OperationUpdate.BuilderOperationUpdate.Builder.chainedInvokeOptions(Consumer<ChainedInvokeOptions.Builder> chainedInvokeOptions) Sets the value of the ChainedInvokeOptions property for this object.OperationUpdate.Builder.chainedInvokeOptions(ChainedInvokeOptions chainedInvokeOptions) Sets the value of the ChainedInvokeOptions property for this object.default OperationUpdate.BuilderOperationUpdate.Builder.contextOptions(Consumer<ContextOptions.Builder> contextOptions) Options for context operations.OperationUpdate.Builder.contextOptions(ContextOptions contextOptions) Options for context operations.default OperationUpdate.BuilderOperationUpdate.Builder.error(Consumer<ErrorObject.Builder> error) The error information for failed operations.OperationUpdate.Builder.error(ErrorObject error) The error information for failed operations.The unique identifier for this operation.The customer-provided name for this operation.The unique identifier of the parent operation, if this operation is running within a child context.The payload for successful operations.default OperationUpdate.BuilderOperationUpdate.Builder.stepOptions(Consumer<StepOptions.Builder> stepOptions) Options for step operations.OperationUpdate.Builder.stepOptions(StepOptions stepOptions) Options for step operations.The subtype of the operation, providing additional categorization.OperationUpdate.toBuilder()The type of operation to update.OperationUpdate.Builder.type(OperationType type) The type of operation to update.default OperationUpdate.BuilderOperationUpdate.Builder.waitOptions(Consumer<WaitOptions.Builder> waitOptions) Options for wait operations.OperationUpdate.Builder.waitOptions(WaitOptions waitOptions) Options for wait operations.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type OperationUpdate.BuilderModifier and TypeMethodDescriptionstatic Class<? extends OperationUpdate.Builder>OperationUpdate.serializableBuilderClass()