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