public static interface UpdateTableReplicaAutoScalingResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateTableReplicaAutoScalingResponse.Builder,UpdateTableReplicaAutoScalingResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateTableReplicaAutoScalingResponse.Builder |
tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription)
Returns information about the auto scaling settings of a table with replicas.
|
UpdateTableReplicaAutoScalingResponse.Builder |
tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Returns information about the auto scaling settings of a table with replicas.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateTableReplicaAutoScalingResponse.Builder tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Returns information about the auto scaling settings of a table with replicas.
tableAutoScalingDescription
- Returns information about the auto scaling settings of a table with replicas.default UpdateTableReplicaAutoScalingResponse.Builder tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription)
Returns information about the auto scaling settings of a table with replicas.
This is a convenience method that creates an instance of theTableAutoScalingDescription.Builder
avoiding the need to create one manually via TableAutoScalingDescription.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to tableAutoScalingDescription(TableAutoScalingDescription)
.
tableAutoScalingDescription
- a consumer that will call methods on TableAutoScalingDescription.Builder
tableAutoScalingDescription(TableAutoScalingDescription)
Copyright © 2023. All rights reserved.