Uses of Interface
software.amazon.awssdk.services.lambda.model.Operation.Builder
Packages that use Operation.Builder
-
Uses of Operation.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return Operation.BuilderModifier and TypeMethodDescriptionstatic Operation.BuilderOperation.builder()default Operation.BuilderOperation.Builder.callbackDetails(Consumer<CallbackDetails.Builder> callbackDetails) Sets the value of the CallbackDetails property for this object.Operation.Builder.callbackDetails(CallbackDetails callbackDetails) Sets the value of the CallbackDetails property for this object.default Operation.BuilderOperation.Builder.chainedInvokeDetails(Consumer<ChainedInvokeDetails.Builder> chainedInvokeDetails) Sets the value of the ChainedInvokeDetails property for this object.Operation.Builder.chainedInvokeDetails(ChainedInvokeDetails chainedInvokeDetails) Sets the value of the ChainedInvokeDetails property for this object.default Operation.BuilderOperation.Builder.contextDetails(Consumer<ContextDetails.Builder> contextDetails) Details about the context, if this operation represents a context.Operation.Builder.contextDetails(ContextDetails contextDetails) Details about the context, if this operation represents a context.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.BuilderOperation.Builder.executionDetails(Consumer<ExecutionDetails.Builder> executionDetails) Details about the execution, if this operation represents an execution.Operation.Builder.executionDetails(ExecutionDetails executionDetails) Details about the execution, if this operation represents an execution.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.Operation.Builder.startTimestamp(Instant startTimestamp) The date and time when the operation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).The current status of the operation.Operation.Builder.status(OperationStatus status) The current status of the operation.default Operation.BuilderOperation.Builder.stepDetails(Consumer<StepDetails.Builder> stepDetails) Details about the step, if this operation represents a step.Operation.Builder.stepDetails(StepDetails stepDetails) Details about the step, if this operation represents a step.The subtype of the operation, providing additional categorization.Operation.toBuilder()The type of operation.Operation.Builder.type(OperationType type) The type of operation.default Operation.BuilderOperation.Builder.waitDetails(Consumer<WaitDetails.Builder> waitDetails) Details about the wait operation, if this operation represents a wait.Operation.Builder.waitDetails(WaitDetails waitDetails) Details about the wait operation, if this operation represents a wait.Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type Operation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Operation.Builder>Operation.serializableBuilderClass()