public static interface UpdateMeetingRoomConfiguration.Builder extends SdkPojo, CopyableBuilder<UpdateMeetingRoomConfiguration.Builder,UpdateMeetingRoomConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default UpdateMeetingRoomConfiguration.Builder |
endOfMeetingReminder(Consumer<UpdateEndOfMeetingReminder.Builder> endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
UpdateMeetingRoomConfiguration.Builder |
endOfMeetingReminder(UpdateEndOfMeetingReminder endOfMeetingReminder)
Settings for the end of meeting reminder feature that are applied to a room profile.
|
default 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.
|
UpdateMeetingRoomConfiguration.Builder |
instantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting
with Alexa.
|
default UpdateMeetingRoomConfiguration.Builder |
proactiveJoin(Consumer<UpdateProactiveJoin.Builder> proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
UpdateMeetingRoomConfiguration.Builder |
proactiveJoin(UpdateProactiveJoin proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
default UpdateMeetingRoomConfiguration.Builder |
requireCheckIn(Consumer<UpdateRequireCheckIn.Builder> requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
UpdateMeetingRoomConfiguration.Builder |
requireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
UpdateMeetingRoomConfiguration.Builder |
roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateMeetingRoomConfiguration.Builder roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
roomUtilizationMetricsEnabled - Whether room utilization metrics are enabled or not.UpdateMeetingRoomConfiguration.Builder endOfMeetingReminder(UpdateEndOfMeetingReminder 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 UpdateMeetingRoomConfiguration.Builder endOfMeetingReminder(Consumer<UpdateEndOfMeetingReminder.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 theUpdateEndOfMeetingReminder.Builder
avoiding the need to create one manually via UpdateEndOfMeetingReminder.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to endOfMeetingReminder(UpdateEndOfMeetingReminder).
endOfMeetingReminder - a consumer that will call methods on UpdateEndOfMeetingReminder.BuilderendOfMeetingReminder(UpdateEndOfMeetingReminder)UpdateMeetingRoomConfiguration.Builder instantBooking(UpdateInstantBooking instantBooking)
Settings to automatically book an available room available for a configured duration when joining a meeting with Alexa.
instantBooking - Settings to automatically book an available room available for a configured duration when joining a
meeting with Alexa.default 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.
This is a convenience method that creates an instance of theUpdateInstantBooking.Builder avoiding
the need to create one manually via UpdateInstantBooking.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to instantBooking(UpdateInstantBooking).
instantBooking - a consumer that will call methods on UpdateInstantBooking.BuilderinstantBooking(UpdateInstantBooking)UpdateMeetingRoomConfiguration.Builder requireCheckIn(UpdateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make 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 to make 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 UpdateMeetingRoomConfiguration.Builder requireCheckIn(Consumer<UpdateRequireCheckIn.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 to make 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 theUpdateRequireCheckIn.Builder avoiding
the need to create one manually via UpdateRequireCheckIn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to requireCheckIn(UpdateRequireCheckIn).
requireCheckIn - a consumer that will call methods on UpdateRequireCheckIn.BuilderrequireCheckIn(UpdateRequireCheckIn)UpdateMeetingRoomConfiguration.Builder proactiveJoin(UpdateProactiveJoin proactiveJoin)
proactiveJoin - The new value for the ProactiveJoin property for this object.default UpdateMeetingRoomConfiguration.Builder proactiveJoin(Consumer<UpdateProactiveJoin.Builder> proactiveJoin)
UpdateProactiveJoin.Builder avoiding the
need to create one manually via UpdateProactiveJoin.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to proactiveJoin(UpdateProactiveJoin).
proactiveJoin - a consumer that will call methods on UpdateProactiveJoin.BuilderproactiveJoin(UpdateProactiveJoin)Copyright © 2023. All rights reserved.