Struct aws_sdk_mq::model::weekly_start_time::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for WeeklyStartTime
.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn day_of_week(self, input: DayOfWeek) -> Self
pub fn day_of_week(self, input: DayOfWeek) -> Self
Required. The day of the week.
sourcepub fn set_day_of_week(self, input: Option<DayOfWeek>) -> Self
pub fn set_day_of_week(self, input: Option<DayOfWeek>) -> Self
Required. The day of the week.
sourcepub fn time_of_day(self, input: impl Into<String>) -> Self
pub fn time_of_day(self, input: impl Into<String>) -> Self
Required. The time, in 24-hour format.
sourcepub fn set_time_of_day(self, input: Option<String>) -> Self
pub fn set_time_of_day(self, input: Option<String>) -> Self
Required. The time, in 24-hour format.
sourcepub fn time_zone(self, input: impl Into<String>) -> Self
pub fn time_zone(self, input: impl Into<String>) -> Self
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
sourcepub fn set_time_zone(self, input: Option<String>) -> Self
pub fn set_time_zone(self, input: Option<String>) -> Self
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
sourcepub fn build(self) -> WeeklyStartTime
pub fn build(self) -> WeeklyStartTime
Consumes the builder and constructs a WeeklyStartTime
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more