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