Uses of Interface
software.amazon.awssdk.services.elasticache.model.CacheParameterGroup.Builder
-
Packages that use CacheParameterGroup.Builder Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of CacheParameterGroup.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return CacheParameterGroup.Builder Modifier and Type Method Description CacheParameterGroup.BuilderCacheParameterGroup.Builder. arn(String arn)The ARN (Amazon Resource Name) of the cache parameter group.static CacheParameterGroup.BuilderCacheParameterGroup. builder()CacheParameterGroup.BuilderCacheParameterGroup.Builder. cacheParameterGroupFamily(String cacheParameterGroupFamily)The name of the cache parameter group family that this cache parameter group is compatible with.CacheParameterGroup.BuilderCacheParameterGroup.Builder. cacheParameterGroupName(String cacheParameterGroupName)The name of the cache parameter group.CacheParameterGroup.BuilderCacheParameterGroup.Builder. description(String description)The description for this cache parameter group.CacheParameterGroup.BuilderCacheParameterGroup.Builder. isGlobal(Boolean isGlobal)Indicates whether the parameter group is associated with a Global datastoreCacheParameterGroup.BuilderCacheParameterGroup. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type CacheParameterGroup.Builder Modifier and Type Method Description static Class<? extends CacheParameterGroup.Builder>CacheParameterGroup. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type CacheParameterGroup.Builder Modifier and Type Method Description default CreateCacheParameterGroupResponse.BuilderCreateCacheParameterGroupResponse.Builder. cacheParameterGroup(Consumer<CacheParameterGroup.Builder> cacheParameterGroup)Sets the value of the CacheParameterGroup property for this object.
-