Struct aws_sdk_backup::operation::describe_global_settings::builders::DescribeGlobalSettingsOutputBuilder
source · #[non_exhaustive]pub struct DescribeGlobalSettingsOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeGlobalSettingsOutput
.
Implementations§
source§impl DescribeGlobalSettingsOutputBuilder
impl DescribeGlobalSettingsOutputBuilder
sourcepub fn global_settings(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn global_settings(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to global_settings
.
To override the contents of this collection use set_global_settings
.
The status of the flag isCrossAccountBackupEnabled
.
sourcepub fn set_global_settings(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_global_settings(self, input: Option<HashMap<String, String>>) -> Self
The status of the flag isCrossAccountBackupEnabled
.
sourcepub fn last_update_time(self, input: DateTime) -> Self
pub fn last_update_time(self, input: DateTime) -> Self
The date and time that the flag isCrossAccountBackupEnabled
was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn set_last_update_time(self, input: Option<DateTime>) -> Self
pub fn set_last_update_time(self, input: Option<DateTime>) -> Self
The date and time that the flag isCrossAccountBackupEnabled
was last updated. This update is in Unix format and Coordinated Universal Time (UTC). The value of LastUpdateTime
is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
sourcepub fn build(self) -> DescribeGlobalSettingsOutput
pub fn build(self) -> DescribeGlobalSettingsOutput
Consumes the builder and constructs a DescribeGlobalSettingsOutput
.
Trait Implementations§
source§impl Clone for DescribeGlobalSettingsOutputBuilder
impl Clone for DescribeGlobalSettingsOutputBuilder
source§fn clone(&self) -> DescribeGlobalSettingsOutputBuilder
fn clone(&self) -> DescribeGlobalSettingsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for DescribeGlobalSettingsOutputBuilder
impl Default for DescribeGlobalSettingsOutputBuilder
source§fn default() -> DescribeGlobalSettingsOutputBuilder
fn default() -> DescribeGlobalSettingsOutputBuilder
source§impl PartialEq<DescribeGlobalSettingsOutputBuilder> for DescribeGlobalSettingsOutputBuilder
impl PartialEq<DescribeGlobalSettingsOutputBuilder> for DescribeGlobalSettingsOutputBuilder
source§fn eq(&self, other: &DescribeGlobalSettingsOutputBuilder) -> bool
fn eq(&self, other: &DescribeGlobalSettingsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.