Struct aws_sdk_securityhub::types::builders::AwsRedshiftClusterDeferredMaintenanceWindowBuilder
source · #[non_exhaustive]pub struct AwsRedshiftClusterDeferredMaintenanceWindowBuilder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterDeferredMaintenanceWindow
.
Implementations§
source§impl AwsRedshiftClusterDeferredMaintenanceWindowBuilder
impl AwsRedshiftClusterDeferredMaintenanceWindowBuilder
sourcepub fn defer_maintenance_end_time(self, input: impl Into<String>) -> Self
pub fn defer_maintenance_end_time(self, input: impl Into<String>) -> Self
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_defer_maintenance_end_time(self, input: Option<String>) -> Self
pub fn set_defer_maintenance_end_time(self, input: Option<String>) -> Self
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn get_defer_maintenance_end_time(&self) -> &Option<String>
pub fn get_defer_maintenance_end_time(&self) -> &Option<String>
The end of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn defer_maintenance_identifier(self, input: impl Into<String>) -> Self
pub fn defer_maintenance_identifier(self, input: impl Into<String>) -> Self
The identifier of the maintenance window.
sourcepub fn set_defer_maintenance_identifier(self, input: Option<String>) -> Self
pub fn set_defer_maintenance_identifier(self, input: Option<String>) -> Self
The identifier of the maintenance window.
sourcepub fn get_defer_maintenance_identifier(&self) -> &Option<String>
pub fn get_defer_maintenance_identifier(&self) -> &Option<String>
The identifier of the maintenance window.
sourcepub fn defer_maintenance_start_time(self, input: impl Into<String>) -> Self
pub fn defer_maintenance_start_time(self, input: impl Into<String>) -> Self
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn set_defer_maintenance_start_time(self, input: Option<String>) -> Self
pub fn set_defer_maintenance_start_time(self, input: Option<String>) -> Self
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn get_defer_maintenance_start_time(&self) -> &Option<String>
pub fn get_defer_maintenance_start_time(&self) -> &Option<String>
The start of the time window for which maintenance was deferred.
Uses the date-time
format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T
. For example, 2020-03-22T13:22:13.933Z
.
sourcepub fn build(self) -> AwsRedshiftClusterDeferredMaintenanceWindow
pub fn build(self) -> AwsRedshiftClusterDeferredMaintenanceWindow
Consumes the builder and constructs a AwsRedshiftClusterDeferredMaintenanceWindow
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
impl Clone for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
source§fn clone(&self) -> AwsRedshiftClusterDeferredMaintenanceWindowBuilder
fn clone(&self) -> AwsRedshiftClusterDeferredMaintenanceWindowBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
impl Default for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
source§fn default() -> AwsRedshiftClusterDeferredMaintenanceWindowBuilder
fn default() -> AwsRedshiftClusterDeferredMaintenanceWindowBuilder
source§impl PartialEq for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
impl PartialEq for AwsRedshiftClusterDeferredMaintenanceWindowBuilder
source§fn eq(&self, other: &AwsRedshiftClusterDeferredMaintenanceWindowBuilder) -> bool
fn eq(&self, other: &AwsRedshiftClusterDeferredMaintenanceWindowBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.