Struct aws_sdk_securityhub::types::builders::AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
source · #[non_exhaustive]pub struct AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder { /* private fields */ }Expand description
A builder for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.
Implementations§
source§impl AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
impl AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
sourcepub fn day_of_week(self, input: impl Into<String>) -> Self
pub fn day_of_week(self, input: impl Into<String>) -> Self
The day of the week on which the maintenance window falls.
sourcepub fn set_day_of_week(self, input: Option<String>) -> Self
pub fn set_day_of_week(self, input: Option<String>) -> Self
The day of the week on which the maintenance window falls.
sourcepub fn get_day_of_week(&self) -> &Option<String>
pub fn get_day_of_week(&self) -> &Option<String>
The day of the week on which the maintenance window falls.
sourcepub fn time_of_day(self, input: impl Into<String>) -> Self
pub fn time_of_day(self, input: impl Into<String>) -> Self
The time, in 24-hour format, on which the maintenance window falls.
sourcepub fn set_time_of_day(self, input: Option<String>) -> Self
pub fn set_time_of_day(self, input: Option<String>) -> Self
The time, in 24-hour format, on which the maintenance window falls.
sourcepub fn get_time_of_day(&self) -> &Option<String>
pub fn get_time_of_day(&self) -> &Option<String>
The time, in 24-hour format, on which the maintenance window falls.
sourcepub fn time_zone(self, input: impl Into<String>) -> Self
pub fn time_zone(self, input: impl Into<String>) -> Self
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
sourcepub fn set_time_zone(self, input: Option<String>) -> Self
pub fn set_time_zone(self, input: Option<String>) -> Self
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
sourcepub fn get_time_zone(&self) -> &Option<String>
pub fn get_time_zone(&self) -> &Option<String>
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
sourcepub fn build(self) -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
pub fn build(self) -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
Consumes the builder and constructs a AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.
Trait Implementations§
source§impl Clone for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
impl Clone for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
source§fn clone(&self) -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
fn clone(&self) -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
impl Default for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
source§fn default() -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
fn default() -> AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
source§impl PartialEq for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
impl PartialEq for AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
source§fn eq(
&self,
other: &AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder
) -> bool
fn eq( &self, other: &AwsAmazonMqBrokerMaintenanceWindowStartTimeDetailsBuilder ) -> bool
self and other values to be equal, and is used
by ==.