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