Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateStreamWarmThroughputRequest.Builder
Packages that use UpdateStreamWarmThroughputRequest.Builder
Package
Description
-
Uses of UpdateStreamWarmThroughputRequest.Builder in software.amazon.awssdk.services.kinesis
Method parameters in software.amazon.awssdk.services.kinesis with type arguments of type UpdateStreamWarmThroughputRequest.BuilderModifier and TypeMethodDescriptionKinesisAsyncClient.updateStreamWarmThroughput(Consumer<UpdateStreamWarmThroughputRequest.Builder> updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream.KinesisClient.updateStreamWarmThroughput(Consumer<UpdateStreamWarmThroughputRequest.Builder> updateStreamWarmThroughputRequest) Updates the warm throughput configuration for the specified Amazon Kinesis Data Streams on-demand data stream. -
Uses of UpdateStreamWarmThroughputRequest.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return UpdateStreamWarmThroughputRequest.BuilderModifier and TypeMethodDescriptionUpdateStreamWarmThroughputRequest.builder()UpdateStreamWarmThroughputRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateStreamWarmThroughputRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The ARN of the stream to be updated.Not Implemented.UpdateStreamWarmThroughputRequest.Builder.streamName(String streamName) The name of the stream to be updated.UpdateStreamWarmThroughputRequest.toBuilder()UpdateStreamWarmThroughputRequest.Builder.warmThroughputMiBps(Integer warmThroughputMiBps) The target warm throughput in MB/s that the stream should be scaled to handle.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateStreamWarmThroughputRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStreamWarmThroughputRequest.Builder>UpdateStreamWarmThroughputRequest.serializableBuilderClass()