| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static ShardDetail.Builder |
ShardDetail.builder() |
default ShardDetail.Builder |
ShardDetail.Builder.configuration(Consumer<ShardConfiguration.Builder> configuration)
The configuration details of the shard
|
ShardDetail.Builder |
ShardDetail.Builder.configuration(ShardConfiguration configuration)
The configuration details of the shard
|
ShardDetail.Builder |
ShardDetail.Builder.name(String name)
The name of the shard
|
ShardDetail.Builder |
ShardDetail.Builder.size(String size)
The size of the shard's snapshot
|
ShardDetail.Builder |
ShardDetail.Builder.snapshotCreationTime(Instant snapshotCreationTime)
The date and time that the shard's snapshot was created
|
ShardDetail.Builder |
ShardDetail.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ShardDetail.Builder> |
ShardDetail.serializableBuilderClass() |
Copyright © 2021. All rights reserved.