CopyableBuilder<UpdateShardCountRequest.Builder,UpdateShardCountRequest>
, SdkBuilder<UpdateShardCountRequest.Builder,UpdateShardCountRequest>
public static interface UpdateShardCountRequest.Builder extends CopyableBuilder<UpdateShardCountRequest.Builder,UpdateShardCountRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateShardCountRequest.Builder |
scalingType(String scalingType) |
The scaling type.
|
UpdateShardCountRequest.Builder |
scalingType(ScalingType scalingType) |
The scaling type.
|
UpdateShardCountRequest.Builder |
streamName(String streamName) |
The name of the stream.
|
UpdateShardCountRequest.Builder |
targetShardCount(Integer targetShardCount) |
The new number of shards.
|
copy
apply, build
UpdateShardCountRequest.Builder streamName(String streamName)
The name of the stream.
streamName
- The name of the stream.UpdateShardCountRequest.Builder targetShardCount(Integer targetShardCount)
The new number of shards.
targetShardCount
- The new number of shards.UpdateShardCountRequest.Builder scalingType(String scalingType)
The scaling type. Uniform scaling creates shards of equal size.
scalingType
- The scaling type. Uniform scaling creates shards of equal size.ScalingType
UpdateShardCountRequest.Builder scalingType(ScalingType scalingType)
The scaling type. Uniform scaling creates shards of equal size.
scalingType
- The scaling type. Uniform scaling creates shards of equal size.ScalingType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.