| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
CacheParameterGroup.Builder |
CacheParameterGroup.Builder.arn(String arn)
The ARN (Amazon Resource Name) of the cache parameter group.
|
static CacheParameterGroup.Builder |
CacheParameterGroup.builder() |
CacheParameterGroup.Builder |
CacheParameterGroup.Builder.cacheParameterGroupFamily(String cacheParameterGroupFamily)
The name of the cache parameter group family that this cache parameter group is compatible with.
|
CacheParameterGroup.Builder |
CacheParameterGroup.Builder.cacheParameterGroupName(String cacheParameterGroupName)
The name of the cache parameter group.
|
CacheParameterGroup.Builder |
CacheParameterGroup.Builder.description(String description)
The description for this cache parameter group.
|
CacheParameterGroup.Builder |
CacheParameterGroup.Builder.isGlobal(Boolean isGlobal)
Indicates whether the parameter group is associated with a Global datastore
|
CacheParameterGroup.Builder |
CacheParameterGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheParameterGroup.Builder> |
CacheParameterGroup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCacheParameterGroupResponse.Builder |
CreateCacheParameterGroupResponse.Builder.cacheParameterGroup(Consumer<CacheParameterGroup.Builder> cacheParameterGroup)
Sets the value of the CacheParameterGroup property for this object.
|
Copyright © 2023. All rights reserved.