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