Interface UpdateInstantBooking.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateInstantBooking.Builder,UpdateInstantBooking>,SdkBuilder<UpdateInstantBooking.Builder,UpdateInstantBooking>,SdkPojo
- Enclosing class:
- UpdateInstantBooking
public static interface UpdateInstantBooking.Builder extends SdkPojo, CopyableBuilder<UpdateInstantBooking.Builder,UpdateInstantBooking>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateInstantBooking.BuilderdurationInMinutes(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.Builderenabled(Boolean enabled)Whether instant booking is enabled or not.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
durationInMinutes
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
UpdateInstantBooking.Builder enabled(Boolean enabled)
Whether instant booking is enabled or not.
- Parameters:
enabled- Whether instant booking is enabled or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-