public static interface DescribeTableReplicaAutoScalingResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeTableReplicaAutoScalingResponse.Builder,DescribeTableReplicaAutoScalingResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeTableReplicaAutoScalingResponse.Builder |
tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription)
Represents the auto scaling properties of the table.
|
DescribeTableReplicaAutoScalingResponse.Builder |
tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Represents the auto scaling properties of the table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeTableReplicaAutoScalingResponse.Builder tableAutoScalingDescription(TableAutoScalingDescription tableAutoScalingDescription)
Represents the auto scaling properties of the table.
tableAutoScalingDescription
- Represents the auto scaling properties of the table.default DescribeTableReplicaAutoScalingResponse.Builder tableAutoScalingDescription(Consumer<TableAutoScalingDescription.Builder> tableAutoScalingDescription)
Represents the auto scaling properties of the table.
This is a convenience 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 © 2020. All rights reserved.