pub struct Builder { /* private fields */ }Expand description
A builder for UpdateTableReplicaAutoScalingOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn table_auto_scaling_description(
self,
input: TableAutoScalingDescription
) -> Self
pub fn table_auto_scaling_description(
self,
input: TableAutoScalingDescription
) -> Self
Returns information about the auto scaling settings of a table with replicas.
sourcepub fn set_table_auto_scaling_description(
self,
input: Option<TableAutoScalingDescription>
) -> Self
pub fn set_table_auto_scaling_description(
self,
input: Option<TableAutoScalingDescription>
) -> Self
Returns information about the auto scaling settings of a table with replicas.
sourcepub fn build(self) -> UpdateTableReplicaAutoScalingOutput
pub fn build(self) -> UpdateTableReplicaAutoScalingOutput
Consumes the builder and constructs a UpdateTableReplicaAutoScalingOutput.