Uses of Interface
software.amazon.awssdk.services.lambda.model.WaitStartedDetails.Builder
-
Packages that use WaitStartedDetails.Builder Package Description software.amazon.awssdk.services.lambda.model -
-
Uses of WaitStartedDetails.Builder in software.amazon.awssdk.services.lambda.model
Methods in software.amazon.awssdk.services.lambda.model that return WaitStartedDetails.Builder Modifier and Type Method Description static WaitStartedDetails.BuilderWaitStartedDetails. builder()WaitStartedDetails.BuilderWaitStartedDetails.Builder. duration(Integer duration)The duration to wait, in seconds.WaitStartedDetails.BuilderWaitStartedDetails.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.BuilderWaitStartedDetails. toBuilder()Methods in software.amazon.awssdk.services.lambda.model that return types with arguments of type WaitStartedDetails.Builder Modifier and Type Method Description static Class<? extends WaitStartedDetails.Builder>WaitStartedDetails. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.lambda.model with type arguments of type WaitStartedDetails.Builder Modifier and Type Method Description default Event.BuilderEvent.Builder. waitStartedDetails(Consumer<WaitStartedDetails.Builder> waitStartedDetails)Details about a wait operation that started.
-