Struct aws_sdk_s3::model::delete_marker_replication::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteMarkerReplication
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn status(self, input: DeleteMarkerReplicationStatus) -> Self
pub fn status(self, input: DeleteMarkerReplicationStatus) -> Self
Indicates whether to replicate delete markers.
Indicates whether to replicate delete markers.
sourcepub fn set_status(self, input: Option<DeleteMarkerReplicationStatus>) -> Self
pub fn set_status(self, input: Option<DeleteMarkerReplicationStatus>) -> Self
Indicates whether to replicate delete markers.
Indicates whether to replicate delete markers.
sourcepub fn build(self) -> DeleteMarkerReplication
pub fn build(self) -> DeleteMarkerReplication
Consumes the builder and constructs a DeleteMarkerReplication
.