Interface CreateInstantBooking.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreateInstantBooking.Builder,,CreateInstantBooking> SdkBuilder<CreateInstantBooking.Builder,,CreateInstantBooking> SdkPojo
- Enclosing class:
CreateInstantBooking
public static interface CreateInstantBooking.Builder
extends SdkPojo, CopyableBuilder<CreateInstantBooking.Builder,CreateInstantBooking>
-
Method Summary
Modifier and TypeMethodDescriptiondurationInMinutes(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.Whether instant booking is enabled or not.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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.
-