Struct aws_sdk_cloudhsmv2::operation::modify_backup_attributes::builders::ModifyBackupAttributesInputBuilder
source · #[non_exhaustive]pub struct ModifyBackupAttributesInputBuilder { /* private fields */ }Expand description
A builder for ModifyBackupAttributesInput.
Implementations§
source§impl ModifyBackupAttributesInputBuilder
impl ModifyBackupAttributesInputBuilder
sourcepub fn backup_id(self, input: impl Into<String>) -> Self
pub fn backup_id(self, input: impl Into<String>) -> Self
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
sourcepub fn set_backup_id(self, input: Option<String>) -> Self
pub fn set_backup_id(self, input: Option<String>) -> Self
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
sourcepub fn get_backup_id(&self) -> &Option<String>
pub fn get_backup_id(&self) -> &Option<String>
The identifier (ID) of the backup to modify. To find the ID of a backup, use the DescribeBackups operation.
sourcepub fn never_expires(self, input: bool) -> Self
pub fn never_expires(self, input: bool) -> Self
Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.
sourcepub fn set_never_expires(self, input: Option<bool>) -> Self
pub fn set_never_expires(self, input: Option<bool>) -> Self
Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.
sourcepub fn get_never_expires(&self) -> &Option<bool>
pub fn get_never_expires(&self) -> &Option<bool>
Specifies whether the service should exempt a backup from the retention policy for the cluster. True exempts a backup from the retention policy. False means the service applies the backup retention policy defined at the cluster.
sourcepub fn build(self) -> Result<ModifyBackupAttributesInput, BuildError>
pub fn build(self) -> Result<ModifyBackupAttributesInput, BuildError>
Consumes the builder and constructs a ModifyBackupAttributesInput.
source§impl ModifyBackupAttributesInputBuilder
impl ModifyBackupAttributesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<ModifyBackupAttributesOutput, SdkError<ModifyBackupAttributesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<ModifyBackupAttributesOutput, SdkError<ModifyBackupAttributesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for ModifyBackupAttributesInputBuilder
impl Clone for ModifyBackupAttributesInputBuilder
source§fn clone(&self) -> ModifyBackupAttributesInputBuilder
fn clone(&self) -> ModifyBackupAttributesInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for ModifyBackupAttributesInputBuilder
impl Default for ModifyBackupAttributesInputBuilder
source§fn default() -> ModifyBackupAttributesInputBuilder
fn default() -> ModifyBackupAttributesInputBuilder
source§impl PartialEq for ModifyBackupAttributesInputBuilder
impl PartialEq for ModifyBackupAttributesInputBuilder
source§fn eq(&self, other: &ModifyBackupAttributesInputBuilder) -> bool
fn eq(&self, other: &ModifyBackupAttributesInputBuilder) -> bool
self and other values to be equal, and is used
by ==.