Struct aws_sdk_workmail::model::booking_options::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for BookingOptions
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn auto_accept_requests(self, input: bool) -> Self
pub fn auto_accept_requests(self, input: bool) -> Self
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
sourcepub fn set_auto_accept_requests(self, input: Option<bool>) -> Self
pub fn set_auto_accept_requests(self, input: Option<bool>) -> Self
The resource's ability to automatically reply to requests. If disabled, delegates must be associated to the resource.
sourcepub fn auto_decline_recurring_requests(self, input: bool) -> Self
pub fn auto_decline_recurring_requests(self, input: bool) -> Self
The resource's ability to automatically decline any recurring requests.
sourcepub fn set_auto_decline_recurring_requests(self, input: Option<bool>) -> Self
pub fn set_auto_decline_recurring_requests(self, input: Option<bool>) -> Self
The resource's ability to automatically decline any recurring requests.
sourcepub fn auto_decline_conflicting_requests(self, input: bool) -> Self
pub fn auto_decline_conflicting_requests(self, input: bool) -> Self
The resource's ability to automatically decline any conflicting requests.
sourcepub fn set_auto_decline_conflicting_requests(self, input: Option<bool>) -> Self
pub fn set_auto_decline_conflicting_requests(self, input: Option<bool>) -> Self
The resource's ability to automatically decline any conflicting requests.
sourcepub fn build(self) -> BookingOptions
pub fn build(self) -> BookingOptions
Consumes the builder and constructs a BookingOptions
.