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.
|
build
requestOverrideConfig
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
,
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
,
ScalingType
UpdateShardCountRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UpdateShardCountRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.