Struct aws_sdk_elasticache::output::modify_replication_group_shard_configuration_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyReplicationGroupShardConfigurationOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn replication_group(self, input: ReplicationGroup) -> Self
pub fn replication_group(self, input: ReplicationGroup) -> Self
Contains all of the attributes of a specific Redis replication group.
sourcepub fn set_replication_group(self, input: Option<ReplicationGroup>) -> Self
pub fn set_replication_group(self, input: Option<ReplicationGroup>) -> Self
Contains all of the attributes of a specific Redis replication group.
sourcepub fn build(self) -> ModifyReplicationGroupShardConfigurationOutput
pub fn build(self) -> ModifyReplicationGroupShardConfigurationOutput
Consumes the builder and constructs a ModifyReplicationGroupShardConfigurationOutput
.