Struct aws_sdk_memorydb::model::shard_detail::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ShardDetail
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn configuration(self, input: ShardConfiguration) -> Self
pub fn configuration(self, input: ShardConfiguration) -> Self
The configuration details of the shard
sourcepub fn set_configuration(self, input: Option<ShardConfiguration>) -> Self
pub fn set_configuration(self, input: Option<ShardConfiguration>) -> Self
The configuration details of the shard
sourcepub fn snapshot_creation_time(self, input: DateTime) -> Self
pub fn snapshot_creation_time(self, input: DateTime) -> Self
The date and time that the shard's snapshot was created
sourcepub fn set_snapshot_creation_time(self, input: Option<DateTime>) -> Self
pub fn set_snapshot_creation_time(self, input: Option<DateTime>) -> Self
The date and time that the shard's snapshot was created
sourcepub fn build(self) -> ShardDetail
pub fn build(self) -> ShardDetail
Consumes the builder and constructs a ShardDetail
.