Uses of Interface
software.amazon.awssdk.services.kinesis.model.UpdateShardCountResponse.Builder
Packages that use UpdateShardCountResponse.Builder
-
Uses of UpdateShardCountResponse.Builder in software.amazon.awssdk.services.kinesis.model
Methods in software.amazon.awssdk.services.kinesis.model that return UpdateShardCountResponse.BuilderModifier and TypeMethodDescriptionUpdateShardCountResponse.builder()UpdateShardCountResponse.Builder.currentShardCount(Integer currentShardCount) The current number of shards.The ARN of the stream.UpdateShardCountResponse.Builder.streamName(String streamName) The name of the stream.UpdateShardCountResponse.Builder.targetShardCount(Integer targetShardCount) The updated number of shards.UpdateShardCountResponse.toBuilder()Methods in software.amazon.awssdk.services.kinesis.model that return types with arguments of type UpdateShardCountResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateShardCountResponse.Builder>UpdateShardCountResponse.serializableBuilderClass()