Struct aws_sdk_securityhub::model::aws_redshift_cluster_deferred_maintenance_window::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterDeferredMaintenanceWindow
.
Implementations§
source§impl Builder
impl Builder
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. 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. 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 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. 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. 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
.