| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterConfiguration |
ClusterConfiguration.clone() |
ClusterConfiguration |
Snapshot.getClusterConfiguration()
The configuration of the cluster from which the snapshot was taken
|
ClusterConfiguration |
ClusterConfiguration.withDescription(String description)
The description of the cluster configuration
|
ClusterConfiguration |
ClusterConfiguration.withEngineVersion(String engineVersion)
The Redis engine version used by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withMaintenanceWindow(String maintenanceWindow)
The specified maintenance window for the cluster
|
ClusterConfiguration |
ClusterConfiguration.withName(String name)
The name of the cluster
|
ClusterConfiguration |
ClusterConfiguration.withNodeType(String nodeType)
The node type used for the cluster
|
ClusterConfiguration |
ClusterConfiguration.withNumShards(Integer numShards)
The number of shards in the cluster
|
ClusterConfiguration |
ClusterConfiguration.withParameterGroupName(String parameterGroupName)
The name of parameter group used by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withPort(Integer port)
The port used by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withShards(Collection<ShardDetail> shards)
The list of shards in the cluster
|
ClusterConfiguration |
ClusterConfiguration.withShards(ShardDetail... shards)
The list of shards in the cluster
|
ClusterConfiguration |
ClusterConfiguration.withSnapshotRetentionLimit(Integer snapshotRetentionLimit)
The snapshot retention limit set by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withSnapshotWindow(String snapshotWindow)
The snapshot window set by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withSubnetGroupName(String subnetGroupName)
The name of the subnet group used by the cluster
|
ClusterConfiguration |
ClusterConfiguration.withTopicArn(String topicArn)
The Amazon Resource Name (ARN) of the SNS notification topic for the cluster
|
ClusterConfiguration |
ClusterConfiguration.withVpcId(String vpcId)
The ID of the VPC the cluster belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
Snapshot.setClusterConfiguration(ClusterConfiguration clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
Snapshot |
Snapshot.withClusterConfiguration(ClusterConfiguration clusterConfiguration)
The configuration of the cluster from which the snapshot was taken
|
Copyright © 2022. All rights reserved.