Struct aws_sdk_s3::model::replication_time_value::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ReplicationTimeValue
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn minutes(self, input: i32) -> Self
pub fn minutes(self, input: i32) -> Self
Contains an integer specifying time in minutes.
Valid value: 15
sourcepub fn set_minutes(self, input: Option<i32>) -> Self
pub fn set_minutes(self, input: Option<i32>) -> Self
Contains an integer specifying time in minutes.
Valid value: 15
sourcepub fn build(self) -> ReplicationTimeValue
pub fn build(self) -> ReplicationTimeValue
Consumes the builder and constructs a ReplicationTimeValue
.