| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static InstantBooking.Builder |
InstantBooking.builder() |
InstantBooking.Builder |
InstantBooking.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.Builder |
InstantBooking.Builder.enabled(Boolean enabled)
Whether instant booking is enabled or not.
|
InstantBooking.Builder |
InstantBooking.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstantBooking.Builder> |
InstantBooking.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MeetingRoomConfiguration.Builder |
MeetingRoomConfiguration.Builder.instantBooking(Consumer<InstantBooking.Builder> instantBooking)
Settings to automatically book the room if available for a configured duration when joining a meeting with
Alexa.
|
Copyright © 2021. All rights reserved.