pub struct Builder { /* private fields */ }
Expand description
A builder for AwsRedshiftClusterResizeInfo
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn allow_cancel_resize(self, input: bool) -> Self
pub fn allow_cancel_resize(self, input: bool) -> Self
Indicates whether the resize operation can be canceled.
sourcepub fn set_allow_cancel_resize(self, input: Option<bool>) -> Self
pub fn set_allow_cancel_resize(self, input: Option<bool>) -> Self
Indicates whether the resize operation can be canceled.
sourcepub fn resize_type(self, input: impl Into<String>) -> Self
pub fn resize_type(self, input: impl Into<String>) -> Self
The type of resize operation.
Valid values: ClassicResize
sourcepub fn set_resize_type(self, input: Option<String>) -> Self
pub fn set_resize_type(self, input: Option<String>) -> Self
The type of resize operation.
Valid values: ClassicResize
sourcepub fn build(self) -> AwsRedshiftClusterResizeInfo
pub fn build(self) -> AwsRedshiftClusterResizeInfo
Consumes the builder and constructs a AwsRedshiftClusterResizeInfo
.