| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static ClusterConfiguration.Builder |
ClusterConfiguration.builder() |
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.description(String description)
The description of the cluster configuration
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.engineVersion(String engineVersion)
The Redis engine version used by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.maintenanceWindow(String maintenanceWindow)
The specified maintenance window for the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.name(String name)
The name of the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.nodeType(String nodeType)
The node type used for the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.numShards(Integer numShards)
The number of shards in the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.parameterGroupName(String parameterGroupName)
The name of parameter group used by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.port(Integer port)
The port used by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.shards(Collection<ShardDetail> shards)
The list of shards in the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.shards(Consumer<ShardDetail.Builder>... shards)
The list of shards in the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.shards(ShardDetail... shards)
The list of shards in the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.snapshotRetentionLimit(Integer snapshotRetentionLimit)
The snapshot retention limit set by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.snapshotWindow(String snapshotWindow)
The snapshot window set by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.subnetGroupName(String subnetGroupName)
The name of the subnet group used by the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.toBuilder() |
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.topicArn(String topicArn)
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
|
ClusterConfiguration.Builder |
ClusterConfiguration.Builder.vpcId(String vpcId)
The ID of the VPC the cluster belongs to
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ClusterConfiguration.Builder> |
ClusterConfiguration.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Snapshot.Builder |
Snapshot.Builder.clusterConfiguration(Consumer<ClusterConfiguration.Builder> clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
Copyright © 2023. All rights reserved.