#[non_exhaustive]pub struct ModifyClusterInputBuilder { /* private fields */ }Expand description
A builder for ModifyClusterInput.
Implementations§
source§impl ModifyClusterInputBuilder
impl ModifyClusterInputBuilder
sourcepub fn backup_retention_policy(self, input: BackupRetentionPolicy) -> Self
pub fn backup_retention_policy(self, input: BackupRetentionPolicy) -> Self
A policy that defines how the service retains backups.
This field is required.sourcepub fn set_backup_retention_policy(
self,
input: Option<BackupRetentionPolicy>
) -> Self
pub fn set_backup_retention_policy( self, input: Option<BackupRetentionPolicy> ) -> Self
A policy that defines how the service retains backups.
sourcepub fn get_backup_retention_policy(&self) -> &Option<BackupRetentionPolicy>
pub fn get_backup_retention_policy(&self) -> &Option<BackupRetentionPolicy>
A policy that defines how the service retains backups.
sourcepub fn cluster_id(self, input: impl Into<String>) -> Self
pub fn cluster_id(self, input: impl Into<String>) -> Self
The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.
sourcepub fn set_cluster_id(self, input: Option<String>) -> Self
pub fn set_cluster_id(self, input: Option<String>) -> Self
The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.
sourcepub fn get_cluster_id(&self) -> &Option<String>
pub fn get_cluster_id(&self) -> &Option<String>
The identifier (ID) of the cluster that you want to modify. To find the cluster ID, use DescribeClusters.
sourcepub fn build(self) -> Result<ModifyClusterInput, BuildError>
pub fn build(self) -> Result<ModifyClusterInput, BuildError>
Consumes the builder and constructs a ModifyClusterInput.
source§impl ModifyClusterInputBuilder
impl ModifyClusterInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ModifyClusterOutput, SdkError<ModifyClusterError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ModifyClusterOutput, SdkError<ModifyClusterError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ModifyClusterInputBuilder
impl Clone for ModifyClusterInputBuilder
source§fn clone(&self) -> ModifyClusterInputBuilder
fn clone(&self) -> ModifyClusterInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ModifyClusterInputBuilder
impl Debug for ModifyClusterInputBuilder
source§impl Default for ModifyClusterInputBuilder
impl Default for ModifyClusterInputBuilder
source§fn default() -> ModifyClusterInputBuilder
fn default() -> ModifyClusterInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ModifyClusterInputBuilder
impl PartialEq for ModifyClusterInputBuilder
source§fn eq(&self, other: &ModifyClusterInputBuilder) -> bool
fn eq(&self, other: &ModifyClusterInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ModifyClusterInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ModifyClusterInputBuilder
impl Send for ModifyClusterInputBuilder
impl Sync for ModifyClusterInputBuilder
impl Unpin for ModifyClusterInputBuilder
impl UnwindSafe for ModifyClusterInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.