Uses of Interface
software.amazon.awssdk.services.elasticache.model.CacheParameterGroupStatus.Builder
-
Packages that use CacheParameterGroupStatus.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheParameterGroupStatus.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheParameterGroupStatus.Builder Modifier and Type Method Description static CacheParameterGroupStatus.BuilderCacheParameterGroupStatus. builder()CacheParameterGroupStatus.BuilderCacheParameterGroupStatus.Builder. cacheNodeIdsToReboot(String... cacheNodeIdsToReboot)A list of the cache node IDs which need to be rebooted for parameter changes to be applied.CacheParameterGroupStatus.BuilderCacheParameterGroupStatus.Builder. cacheNodeIdsToReboot(Collection<String> cacheNodeIdsToReboot)A list of the cache node IDs which need to be rebooted for parameter changes to be applied.CacheParameterGroupStatus.BuilderCacheParameterGroupStatus.Builder. cacheParameterGroupName(String cacheParameterGroupName)The name of the cache parameter group.CacheParameterGroupStatus.BuilderCacheParameterGroupStatus.Builder. parameterApplyStatus(String parameterApplyStatus)The status of parameter updates.CacheParameterGroupStatus.BuilderCacheParameterGroupStatus. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheParameterGroupStatus.Builder Modifier and Type Method Description static Class<? extends CacheParameterGroupStatus.Builder>CacheParameterGroupStatus. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheParameterGroupStatus.Builder Modifier and Type Method Description default CacheCluster.BuilderCacheCluster.Builder. cacheParameterGroup(Consumer<CacheParameterGroupStatus.Builder> cacheParameterGroup)Status of the cache parameter group.
-