Struct aws_sdk_mq::model::weekly_start_time::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for WeeklyStartTime
Implementations
Required. The day of the week.
Required. The day of the week.
Required. The time, in 24-hour format.
Required. The time, in 24-hour format.
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
Consumes the builder and constructs a WeeklyStartTime
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more