Interface BookingOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BookingOptions.Builder,BookingOptions>,SdkBuilder<BookingOptions.Builder,BookingOptions>,SdkPojo
- Enclosing class:
- BookingOptions
public static interface BookingOptions.Builder extends SdkPojo, CopyableBuilder<BookingOptions.Builder,BookingOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BookingOptions.BuilderautoAcceptRequests(Boolean autoAcceptRequests)The resource's ability to automatically reply to requests.BookingOptions.BuilderautoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)The resource's ability to automatically decline any conflicting requests.BookingOptions.BuilderautoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)The resource's ability to automatically decline any recurring requests.-
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
-
autoAcceptRequests
BookingOptions.Builder autoAcceptRequests(Boolean autoAcceptRequests)
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
- Parameters:
autoAcceptRequests- The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoDeclineRecurringRequests
BookingOptions.Builder autoDeclineRecurringRequests(Boolean autoDeclineRecurringRequests)
The resource's ability to automatically decline any recurring requests.
- Parameters:
autoDeclineRecurringRequests- The resource's ability to automatically decline any recurring requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoDeclineConflictingRequests
BookingOptions.Builder autoDeclineConflictingRequests(Boolean autoDeclineConflictingRequests)
The resource's ability to automatically decline any conflicting requests.
- Parameters:
autoDeclineConflictingRequests- The resource's ability to automatically decline any conflicting requests.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-