pub struct Builder { /* private fields */ }
Expand description
A builder for CreateReplicationSubnetGroupOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_subnet_group(self, input: ReplicationSubnetGroup) -> Self
pub fn replication_subnet_group(self, input: ReplicationSubnetGroup) -> Self
The replication subnet group that was created.
sourcepub fn set_replication_subnet_group(
self,
input: Option<ReplicationSubnetGroup>
) -> Self
pub fn set_replication_subnet_group(
self,
input: Option<ReplicationSubnetGroup>
) -> Self
The replication subnet group that was created.
sourcepub fn build(self) -> CreateReplicationSubnetGroupOutput
pub fn build(self) -> CreateReplicationSubnetGroupOutput
Consumes the builder and constructs a CreateReplicationSubnetGroupOutput
.