Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.InstantBooking.Builder
-
Packages that use InstantBooking.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of InstantBooking.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return InstantBooking.Builder Modifier and Type Method Description static InstantBooking.BuilderInstantBooking. builder()InstantBooking.BuilderInstantBooking.Builder. durationInMinutes(Integer durationInMinutes)Duration between 15 and 240 minutes at increments of 15 that determines how long to book an available room when a meeting is started with Alexa.InstantBooking.BuilderInstantBooking.Builder. enabled(Boolean enabled)Whether instant booking is enabled or not.InstantBooking.BuilderInstantBooking. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type InstantBooking.Builder Modifier and Type Method Description static Class<? extends InstantBooking.Builder>InstantBooking. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type InstantBooking.Builder Modifier and Type Method Description default MeetingRoomConfiguration.BuilderMeetingRoomConfiguration.Builder. instantBooking(Consumer<InstantBooking.Builder> instantBooking)Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
-