Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateStreamWarmThroughputResponse.Builder
Packages that use UpdateStreamWarmThroughputResponse.Builder
-
Uses of UpdateStreamWarmThroughputResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return UpdateStreamWarmThroughputResponse.BuilderModifier and TypeMethodDescriptionUpdateStreamWarmThroughputResponse.builder()The ARN of the stream that was updated.UpdateStreamWarmThroughputResponse.Builder.streamName(String streamName) The name of the stream that was updated.UpdateStreamWarmThroughputResponse.toBuilder()UpdateStreamWarmThroughputResponse.Builder.warmThroughput(Consumer<WarmThroughputObject.Builder> warmThroughput) Specifies the updated warm throughput configuration for your data stream.UpdateStreamWarmThroughputResponse.Builder.warmThroughput(WarmThroughputObject warmThroughput) Specifies the updated warm throughput configuration for your data stream.Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateStreamWarmThroughputResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateStreamWarmThroughputResponse.Builder>UpdateStreamWarmThroughputResponse.serializableBuilderClass()