| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateInstantBooking.Builder |
CreateInstantBooking.builder() |
CreateInstantBooking.Builder |
CreateInstantBooking.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.Builder |
CreateInstantBooking.Builder.enabled(Boolean enabled)
Whether instant booking is enabled or not.
|
CreateInstantBooking.Builder |
CreateInstantBooking.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateInstantBooking.Builder> |
CreateInstantBooking.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingRoomConfiguration.Builder |
CreateMeetingRoomConfiguration.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.
|
Copyright © 2021. All rights reserved.