| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.builder() |
CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.Builder.cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
|
CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.Builder.cacheNodeIdsToReboot(String... cacheNodeIdsToReboot)
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
|
CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.Builder.cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.Builder.parameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
CacheParameterGroupStatus.Builder |
CacheParameterGroupStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheParameterGroupStatus.Builder> |
CacheParameterGroupStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheCluster.Builder |
CacheCluster.Builder.cacheParameterGroup(Consumer<CacheParameterGroupStatus.Builder> cacheParameterGroup)
Status of the cache parameter group.
|
Copyright © 2023. All rights reserved.