Struct aws_sdk_ec2::output::modify_snapshot_tier_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifySnapshotTierOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn snapshot_id(self, input: impl Into<String>) -> Self
pub fn snapshot_id(self, input: impl Into<String>) -> Self
The ID of the snapshot.
sourcepub fn set_snapshot_id(self, input: Option<String>) -> Self
pub fn set_snapshot_id(self, input: Option<String>) -> Self
The ID of the snapshot.
sourcepub fn tiering_start_time(self, input: DateTime) -> Self
pub fn tiering_start_time(self, input: DateTime) -> Self
The date and time when the archive process was started.
sourcepub fn set_tiering_start_time(self, input: Option<DateTime>) -> Self
pub fn set_tiering_start_time(self, input: Option<DateTime>) -> Self
The date and time when the archive process was started.
sourcepub fn build(self) -> ModifySnapshotTierOutput
pub fn build(self) -> ModifySnapshotTierOutput
Consumes the builder and constructs a ModifySnapshotTierOutput
.