UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.aclName(String aclName) |
The Access Control List that is associated with the cluster
|
static UpdateClusterRequest.Builder |
UpdateClusterRequest.builder() |
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.clusterName(String clusterName) |
The name of the cluster to update
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.description(String description) |
The description of the cluster to update
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.engineVersion(String engineVersion) |
The upgraded version of the engine to be run on the nodes.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.maintenanceWindow(String maintenanceWindow) |
Specifies the weekly time range during which maintenance on the cluster is performed.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.nodeType(String nodeType) |
A valid node type that you want to scale this cluster up or down to.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.parameterGroupName(String parameterGroupName) |
The name of the parameter group to update
|
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.replicaConfiguration(Consumer<ReplicaConfigurationRequest.Builder> replicaConfiguration) |
The number of replicas that will reside in each shard
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.replicaConfiguration(ReplicaConfigurationRequest replicaConfiguration) |
The number of replicas that will reside in each shard
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.securityGroupIds(String... securityGroupIds) |
The SecurityGroupIds to update
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.securityGroupIds(Collection<String> securityGroupIds) |
The SecurityGroupIds to update
|
default UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.shardConfiguration(Consumer<ShardConfigurationRequest.Builder> shardConfiguration) |
The number of shards in the cluster
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.shardConfiguration(ShardConfigurationRequest shardConfiguration) |
The number of shards in the cluster
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.snapshotRetentionLimit(Integer snapshotRetentionLimit) |
The number of days for which MemoryDB retains automatic cluster snapshots before deleting them.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.snapshotWindow(String snapshotWindow) |
The daily time range (in UTC) during which MemoryDB begins taking a daily snapshot of your cluster.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.snsTopicArn(String snsTopicArn) |
The SNS topic ARN to update
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.Builder.snsTopicStatus(String snsTopicStatus) |
The status of the Amazon SNS notification topic.
|
UpdateClusterRequest.Builder |
UpdateClusterRequest.toBuilder() |
|