CopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>, SdkBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>public static interface UpdateShardCountResponse.Builder extends CopyableBuilder<UpdateShardCountResponse.Builder,UpdateShardCountResponse>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateShardCountResponse.Builder |
currentShardCount(Integer currentShardCount) |
The current number of shards.
|
UpdateShardCountResponse.Builder |
streamName(String streamName) |
The name of the stream.
|
UpdateShardCountResponse.Builder |
targetShardCount(Integer targetShardCount) |
The updated number of shards.
|
copyapply, buildUpdateShardCountResponse.Builder streamName(String streamName)
The name of the stream.
streamName - The name of the stream.UpdateShardCountResponse.Builder currentShardCount(Integer currentShardCount)
The current number of shards.
currentShardCount - The current number of shards.UpdateShardCountResponse.Builder targetShardCount(Integer targetShardCount)
The updated number of shards.
targetShardCount - The updated number of shards.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.