public static interface ListAllowedNodeTypeModificationsResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<ListAllowedNodeTypeModificationsResponse.Builder,ListAllowedNodeTypeModificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAllowedNodeTypeModificationsResponse.Builder |
scaleDownModifications(Collection<String> scaleDownModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or
replication group.
|
ListAllowedNodeTypeModificationsResponse.Builder |
scaleDownModifications(String... scaleDownModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or
replication group.
|
ListAllowedNodeTypeModificationsResponse.Builder |
scaleUpModifications(Collection<String> scaleUpModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or
replication group.
|
ListAllowedNodeTypeModificationsResponse.Builder |
scaleUpModifications(String... scaleUpModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or
replication group.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAllowedNodeTypeModificationsResponse.Builder scaleUpModifications(Collection<String> scaleUpModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.
When scaling up a Redis cluster or replication group using ModifyCacheCluster or
ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
scaleUpModifications - A string list, each element of which specifies a cache node type which you can use to scale your
cluster or replication group.
When scaling up a Redis cluster or replication group using ModifyCacheCluster or
ModifyReplicationGroup, use a value from this list for the CacheNodeType
parameter.
ListAllowedNodeTypeModificationsResponse.Builder scaleUpModifications(String... scaleUpModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.
When scaling up a Redis cluster or replication group using ModifyCacheCluster or
ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
scaleUpModifications - A string list, each element of which specifies a cache node type which you can use to scale your
cluster or replication group.
When scaling up a Redis cluster or replication group using ModifyCacheCluster or
ModifyReplicationGroup, use a value from this list for the CacheNodeType
parameter.
ListAllowedNodeTypeModificationsResponse.Builder scaleDownModifications(Collection<String> scaleDownModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
scaleDownModifications - A string list, each element of which specifies a cache node type which you can use to scale your
cluster or replication group. When scaling down a Redis cluster or replication group using
ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType
parameter.ListAllowedNodeTypeModificationsResponse.Builder scaleDownModifications(String... scaleDownModifications)
A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Redis cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
scaleDownModifications - A string list, each element of which specifies a cache node type which you can use to scale your
cluster or replication group. When scaling down a Redis cluster or replication group using
ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType
parameter.Copyright © 2023. All rights reserved.