public static interface CreateMeetingRoomConfiguration.Builder extends SdkPojo, CopyableBuilder<CreateMeetingRoomConfiguration.Builder,CreateMeetingRoomConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default CreateMeetingRoomConfiguration.Builder |
endOfMeetingReminder(Consumer<CreateEndOfMeetingReminder.Builder> endOfMeetingReminder)
Sets the value of the EndOfMeetingReminder property for this object.
|
CreateMeetingRoomConfiguration.Builder |
endOfMeetingReminder(CreateEndOfMeetingReminder endOfMeetingReminder)
Sets the value of the EndOfMeetingReminder property for this object.
|
default 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.
|
CreateMeetingRoomConfiguration.Builder |
instantBooking(CreateInstantBooking instantBooking)
Settings to automatically book a room for a configured duration if it's free when joining a meeting with
Alexa.
|
default CreateMeetingRoomConfiguration.Builder |
proactiveJoin(Consumer<CreateProactiveJoin.Builder> proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
CreateMeetingRoomConfiguration.Builder |
proactiveJoin(CreateProactiveJoin proactiveJoin)
Sets the value of the ProactiveJoin property for this object.
|
default CreateMeetingRoomConfiguration.Builder |
requireCheckIn(Consumer<CreateRequireCheckIn.Builder> requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
CreateMeetingRoomConfiguration.Builder |
requireCheckIn(CreateRequireCheckIn requireCheckIn)
Settings for requiring a check in when a room is reserved.
|
CreateMeetingRoomConfiguration.Builder |
roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateMeetingRoomConfiguration.Builder roomUtilizationMetricsEnabled(Boolean roomUtilizationMetricsEnabled)
Whether room utilization metrics are enabled or not.
roomUtilizationMetricsEnabled - Whether room utilization metrics are enabled or not.CreateMeetingRoomConfiguration.Builder endOfMeetingReminder(CreateEndOfMeetingReminder endOfMeetingReminder)
endOfMeetingReminder - The new value for the EndOfMeetingReminder property for this object.default CreateMeetingRoomConfiguration.Builder endOfMeetingReminder(Consumer<CreateEndOfMeetingReminder.Builder> endOfMeetingReminder)
CreateEndOfMeetingReminder.Builder
avoiding the need to create one manually via CreateEndOfMeetingReminder.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to endOfMeetingReminder(CreateEndOfMeetingReminder).
endOfMeetingReminder - a consumer that will call methods on CreateEndOfMeetingReminder.BuilderendOfMeetingReminder(CreateEndOfMeetingReminder)CreateMeetingRoomConfiguration.Builder instantBooking(CreateInstantBooking instantBooking)
Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.
instantBooking - Settings to automatically book a room for a configured duration if it's free when joining a meeting
with Alexa.default 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.
This is a convenience method that creates an instance of theCreateInstantBooking.Builder avoiding
the need to create one manually via CreateInstantBooking.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to instantBooking(CreateInstantBooking).
instantBooking - a consumer that will call methods on CreateInstantBooking.BuilderinstantBooking(CreateInstantBooking)CreateMeetingRoomConfiguration.Builder requireCheckIn(CreateRequireCheckIn 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 CreateMeetingRoomConfiguration.Builder requireCheckIn(Consumer<CreateRequireCheckIn.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 theCreateRequireCheckIn.Builder avoiding
the need to create one manually via CreateRequireCheckIn.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to requireCheckIn(CreateRequireCheckIn).
requireCheckIn - a consumer that will call methods on CreateRequireCheckIn.BuilderrequireCheckIn(CreateRequireCheckIn)CreateMeetingRoomConfiguration.Builder proactiveJoin(CreateProactiveJoin proactiveJoin)
proactiveJoin - The new value for the ProactiveJoin property for this object.default CreateMeetingRoomConfiguration.Builder proactiveJoin(Consumer<CreateProactiveJoin.Builder> proactiveJoin)
CreateProactiveJoin.Builder avoiding the
need to create one manually via CreateProactiveJoin.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to proactiveJoin(CreateProactiveJoin).
proactiveJoin - a consumer that will call methods on CreateProactiveJoin.BuilderproactiveJoin(CreateProactiveJoin)Copyright © 2023. All rights reserved.