#[non_exhaustive]pub struct ValidDbInstanceModificationsMessageBuilder { /* private fields */ }
Expand description
A builder for ValidDbInstanceModificationsMessage
.
Implementations§
source§impl ValidDbInstanceModificationsMessageBuilder
impl ValidDbInstanceModificationsMessageBuilder
sourcepub fn storage(self, input: ValidStorageOptions) -> Self
pub fn storage(self, input: ValidStorageOptions) -> Self
Appends an item to storage
.
To override the contents of this collection use set_storage
.
Valid storage options for your DB instance.
sourcepub fn set_storage(self, input: Option<Vec<ValidStorageOptions>>) -> Self
pub fn set_storage(self, input: Option<Vec<ValidStorageOptions>>) -> Self
Valid storage options for your DB instance.
sourcepub fn get_storage(&self) -> &Option<Vec<ValidStorageOptions>>
pub fn get_storage(&self) -> &Option<Vec<ValidStorageOptions>>
Valid storage options for your DB instance.
sourcepub fn valid_processor_features(self, input: AvailableProcessorFeature) -> Self
pub fn valid_processor_features(self, input: AvailableProcessorFeature) -> Self
Appends an item to valid_processor_features
.
To override the contents of this collection use set_valid_processor_features
.
Valid processor features for your DB instance.
sourcepub fn set_valid_processor_features(
self,
input: Option<Vec<AvailableProcessorFeature>>
) -> Self
pub fn set_valid_processor_features( self, input: Option<Vec<AvailableProcessorFeature>> ) -> Self
Valid processor features for your DB instance.
sourcepub fn get_valid_processor_features(
&self
) -> &Option<Vec<AvailableProcessorFeature>>
pub fn get_valid_processor_features( &self ) -> &Option<Vec<AvailableProcessorFeature>>
Valid processor features for your DB instance.
sourcepub fn supports_dedicated_log_volume(self, input: bool) -> Self
pub fn supports_dedicated_log_volume(self, input: bool) -> Self
Indicates whether a DB instance supports using a dedicated log volume (DLV).
sourcepub fn set_supports_dedicated_log_volume(self, input: Option<bool>) -> Self
pub fn set_supports_dedicated_log_volume(self, input: Option<bool>) -> Self
Indicates whether a DB instance supports using a dedicated log volume (DLV).
sourcepub fn get_supports_dedicated_log_volume(&self) -> &Option<bool>
pub fn get_supports_dedicated_log_volume(&self) -> &Option<bool>
Indicates whether a DB instance supports using a dedicated log volume (DLV).
sourcepub fn build(self) -> ValidDbInstanceModificationsMessage
pub fn build(self) -> ValidDbInstanceModificationsMessage
Consumes the builder and constructs a ValidDbInstanceModificationsMessage
.
Trait Implementations§
source§impl Clone for ValidDbInstanceModificationsMessageBuilder
impl Clone for ValidDbInstanceModificationsMessageBuilder
source§fn clone(&self) -> ValidDbInstanceModificationsMessageBuilder
fn clone(&self) -> ValidDbInstanceModificationsMessageBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for ValidDbInstanceModificationsMessageBuilder
impl Default for ValidDbInstanceModificationsMessageBuilder
source§fn default() -> ValidDbInstanceModificationsMessageBuilder
fn default() -> ValidDbInstanceModificationsMessageBuilder
source§impl PartialEq for ValidDbInstanceModificationsMessageBuilder
impl PartialEq for ValidDbInstanceModificationsMessageBuilder
source§fn eq(&self, other: &ValidDbInstanceModificationsMessageBuilder) -> bool
fn eq(&self, other: &ValidDbInstanceModificationsMessageBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.