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