Uses of Interface
software.amazon.awssdk.services.kinesis.model.WarmThroughputObject.Builder
Packages that use WarmThroughputObject.Builder
-
Uses of WarmThroughputObject.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return WarmThroughputObject.BuilderModifier and TypeMethodDescriptionstatic WarmThroughputObject.BuilderWarmThroughputObject.builder()WarmThroughputObject.Builder.currentMiBps(Integer currentMiBps) The current warm throughput value on the stream.WarmThroughputObject.Builder.targetMiBps(Integer targetMiBps) The target warm throughput value on the stream.WarmThroughputObject.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type WarmThroughputObject.BuilderModifier and TypeMethodDescriptionstatic Class<? extends WarmThroughputObject.Builder>WarmThroughputObject.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesis.model with type arguments of type WarmThroughputObject.BuilderModifier and TypeMethodDescriptiondefault StreamDescriptionSummary.BuilderStreamDescriptionSummary.Builder.warmThroughput(Consumer<WarmThroughputObject.Builder> warmThroughput) The warm throughput in MB/s for the stream.UpdateStreamWarmThroughputResponse.Builder.warmThroughput(Consumer<WarmThroughputObject.Builder> warmThroughput) Specifies the updated warm throughput configuration for your data stream.