Uses of Interface
software.amazon.awssdk.services.docdbelastic.model.Shard.Builder
-
Packages that use Shard.Builder Package Description software.amazon.awssdk.services.docdbelastic.model -
-
Uses of Shard.Builder in software.amazon.awssdk.services.docdbelastic.model
Methods in software.amazon.awssdk.services.docdbelastic.model that return Shard.Builder Modifier and Type Method Description static Shard.BuilderShard. builder()Shard.BuilderShard.Builder. createTime(String createTime)The time when the shard was created in Universal Coordinated Time (UTC).Shard.BuilderShard.Builder. shardId(String shardId)The ID of the shard.Shard.BuilderShard.Builder. status(String status)The current status of the shard.Shard.BuilderShard.Builder. status(Status status)The current status of the shard.Shard.BuilderShard. toBuilder()Methods in software.amazon.awssdk.services.docdbelastic.model that return types with arguments of type Shard.Builder Modifier and Type Method Description static Class<? extends Shard.Builder>Shard. serializableBuilderClass()
-