Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.UpdateInstantBooking.Builder
-
Packages that use UpdateInstantBooking.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of UpdateInstantBooking.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return UpdateInstantBooking.Builder Modifier and Type Method Description static UpdateInstantBooking.BuilderUpdateInstantBooking. builder()UpdateInstantBooking.BuilderUpdateInstantBooking.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.UpdateInstantBooking.BuilderUpdateInstantBooking.Builder. enabled(Boolean enabled)Whether instant booking is enabled or not.UpdateInstantBooking.BuilderUpdateInstantBooking. toBuilder()Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type UpdateInstantBooking.Builder Modifier and Type Method Description static Class<? extends UpdateInstantBooking.Builder>UpdateInstantBooking. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.alexaforbusiness.model with type arguments of type UpdateInstantBooking.Builder Modifier and Type Method Description default UpdateMeetingRoomConfiguration.BuilderUpdateMeetingRoomConfiguration.Builder. instantBooking(Consumer<UpdateInstantBooking.Builder> instantBooking)Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
-