pub struct Builder { /* private fields */ }
Expand description
A builder for CreateReplicationTaskOutput
.
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 that was created.
sourcepub fn set_replication_task(self, input: Option<ReplicationTask>) -> Self
pub fn set_replication_task(self, input: Option<ReplicationTask>) -> Self
The replication task that was created.
sourcepub fn build(self) -> CreateReplicationTaskOutput
pub fn build(self) -> CreateReplicationTaskOutput
Consumes the builder and constructs a CreateReplicationTaskOutput
.