pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteReplicationTaskOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_task(self, input: ReplicationTask) -> Self
pub fn replication_task(self, input: ReplicationTask) -> Self
The deleted replication task.
sourcepub fn set_replication_task(self, input: Option<ReplicationTask>) -> Self
pub fn set_replication_task(self, input: Option<ReplicationTask>) -> Self
The deleted replication task.
sourcepub fn build(self) -> DeleteReplicationTaskOutput
pub fn build(self) -> DeleteReplicationTaskOutput
Consumes the builder and constructs a DeleteReplicationTaskOutput
.