public static interface MeetingRoomConfiguration.Builder extends SdkPojo, CopyableBuilder<MeetingRoomConfiguration.Builder,MeetingRoomConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default MeetingRoomConfiguration.Builder |
endOfMeetingReminder(Consumer<EndOfMeetingReminder.Builder> endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
MeetingRoomConfiguration.Builder |
endOfMeetingReminder(EndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
default 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.
|
MeetingRoomConfiguration.Builder |
instantBooking(InstantBooking instantBooking)
Settings to automatically book the room if available for a configured duration when joining a meeting with
Alexa.
|
default MeetingRoomConfiguration.Builder |
proactiveJoin(Consumer<ProactiveJoin.Builder> proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
MeetingRoomConfiguration.Builder |
proactiveJoin(ProactiveJoin proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
default MeetingRoomConfiguration.Builder |
requireCheckIn(Consumer<RequireCheckIn.Builder> requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
MeetingRoomConfiguration.Builder |
requireCheckIn(RequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
MeetingRoomConfiguration.Builder |
roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMeetingRoomConfiguration.Builder roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
roomUtilizationMetricsEnabled - Whether room utilization metrics are enabled or not.MeetingRoomConfiguration.Builder endOfMeetingReminder(EndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
endOfMeetingReminder - Settings for the end of meeting reminder feature that are applied to a room profile. The end of
meeting reminder enables Alexa to remind users when a meeting is ending.default MeetingRoomConfiguration.Builder endOfMeetingReminder(Consumer<EndOfMeetingReminder.Builder> endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile. The end of meeting reminder enables Alexa to remind users when a meeting is ending.
This is a convenience method that creates an instance of theEndOfMeetingReminder.Builder avoiding
the need to create one manually via EndOfMeetingReminder.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to endOfMeetingReminder(EndOfMeetingReminder).
endOfMeetingReminder - a consumer that will call methods on EndOfMeetingReminder.BuilderendOfMeetingReminder(EndOfMeetingReminder)MeetingRoomConfiguration.Builder instantBooking(InstantBooking instantBooking)
Settings to automatically book the room if available for a configured duration when joining a meeting with Alexa.
instantBooking - Settings to automatically book the room if available for a configured duration when joining a meeting
with Alexa.default 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.
This is a convenience method that creates an instance of theInstantBooking.Builder avoiding the need
to create one manually via InstantBooking.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to instantBooking(InstantBooking).
instantBooking - a consumer that will call methods on InstantBooking.BuilderinstantBooking(InstantBooking)MeetingRoomConfiguration.Builder requireCheckIn(RequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
requireCheckIn - Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's
not checked into. This makes the room available for others. Users can check in by joining the meeting
with Alexa or an AVS device, or by saying “Alexa, check in.”default MeetingRoomConfiguration.Builder requireCheckIn(Consumer<RequireCheckIn.Builder> requireCheckIn)
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into. This makes the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”
This is a convenience method that creates an instance of theRequireCheckIn.Builder avoiding the need
to create one manually via RequireCheckIn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to requireCheckIn(RequireCheckIn).
requireCheckIn - a consumer that will call methods on RequireCheckIn.BuilderrequireCheckIn(RequireCheckIn)MeetingRoomConfiguration.Builder proactiveJoin(ProactiveJoin proactiveJoin)
proactiveJoin - The new value for the ProactiveJoin property for this object.default MeetingRoomConfiguration.Builder proactiveJoin(Consumer<ProactiveJoin.Builder> proactiveJoin)
ProactiveJoin.Builder avoiding the need
to create one manually via ProactiveJoin.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to proactiveJoin(ProactiveJoin).
proactiveJoin - a consumer that will call methods on ProactiveJoin.BuilderproactiveJoin(ProactiveJoin)Copyright © 2023. All rights reserved.