Uses of Interface
software.amazon.awssdk.services.memorydb.model.ShardDetail.Builder
-
Packages that use ShardDetail.Builder Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of ShardDetail.Builder in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return ShardDetail.Builder Modifier and Type Method Description static ShardDetail.BuilderShardDetail. builder()default ShardDetail.BuilderShardDetail.Builder. configuration(Consumer<ShardConfiguration.Builder> configuration)The configuration details of the shardShardDetail.BuilderShardDetail.Builder. configuration(ShardConfiguration configuration)The configuration details of the shardShardDetail.BuilderShardDetail.Builder. name(String name)The name of the shardShardDetail.BuilderShardDetail.Builder. size(String size)The size of the shard's snapshotShardDetail.BuilderShardDetail.Builder. snapshotCreationTime(Instant snapshotCreationTime)The date and time that the shard's snapshot was createdShardDetail.BuilderShardDetail. toBuilder()Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type ShardDetail.Builder Modifier and Type Method Description static Class<? extends ShardDetail.Builder>ShardDetail. serializableBuilderClass()
-