Uses of Interface
software.amazon.awssdk.services.lambda.model.CallbackStartedDetails.Builder
Packages that use CallbackStartedDetails.Builder
-
Uses of CallbackStartedDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return CallbackStartedDetails.BuilderModifier and TypeMethodDescriptionCallbackStartedDetails.builder()CallbackStartedDetails.Builder.callbackId(String callbackId) The callback ID.CallbackStartedDetails.Builder.heartbeatTimeout(Integer heartbeatTimeout) The heartbeat timeout value, in seconds.The timeout value, in seconds.CallbackStartedDetails.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type CallbackStartedDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CallbackStartedDetails.Builder>CallbackStartedDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type CallbackStartedDetails.BuilderModifier and TypeMethodDescriptiondefault Event.BuilderEvent.Builder.callbackStartedDetails(Consumer<CallbackStartedDetails.Builder> callbackStartedDetails) Sets the value of the CallbackStartedDetails property for this object.