public static interface UpdateShardCountRequest.Builder extends KinesisRequest.Builder, SdkPojo, CopyableBuilder<UpdateShardCountRequest.Builder,UpdateShardCountRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateShardCountRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UpdateShardCountRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
buildoverrideConfigurationcopyapplyMutation, 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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UpdateShardCountRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.