public static interface UpdateShardCountRequest.Builder extends KinesisRequest.Builder, CopyableBuilder<UpdateShardCountRequest.Builder,UpdateShardCountRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateShardCountRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UpdateShardCountRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UpdateShardCountRequest.Builder |
scalingType(ScalingType scalingType)
The scaling type.
|
UpdateShardCountRequest.Builder |
scalingType(String scalingType)
The scaling type.
|
UpdateShardCountRequest.Builder |
streamName(String streamName)
The name of the stream.
|
UpdateShardCountRequest.Builder |
targetShardCount(Integer targetShardCount)
The new number of shards.
|
buildrequestOverrideConfigcopyapply, buildUpdateShardCountRequest.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,
ScalingTypeUpdateShardCountRequest.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,
ScalingTypeUpdateShardCountRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.UpdateShardCountRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.