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 OSS 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
|