Uses of Interface
software.amazon.awssdk.services.lambda.model.WaitStartedDetails.Builder
Packages that use WaitStartedDetails.Builder
-
Uses of WaitStartedDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return WaitStartedDetails.BuilderModifier and TypeMethodDescriptionstatic WaitStartedDetails.BuilderWaitStartedDetails.builder()The duration to wait, in seconds.WaitStartedDetails.Builder.scheduledEndTimestamp(Instant scheduledEndTimestamp) The date and time when the wait operation is scheduled to complete, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).WaitStartedDetails.toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type WaitStartedDetails.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WaitStartedDetails.Builder>WaitStartedDetails.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type WaitStartedDetails.BuilderModifier and TypeMethodDescriptiondefault Event.BuilderEvent.Builder.waitStartedDetails(Consumer<WaitStartedDetails.Builder> waitStartedDetails) Details about a wait operation that started.