Container for the parameters to the CreateCacheParameterGroup operation.
Creates a new Cache Parameter Group. Cache Parameter groups control the parameters for a Cache Cluster.
| C# |
public class CreateCacheParameterGroupRequest : AmazonWebServiceRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | ||
|---|---|---|---|---|
| CreateCacheParameterGroupRequest()()()() | Initializes a new instance of the CreateCacheParameterGroupRequest class | |||
| CacheParameterGroupFamily |
The name of the Cache Parameter Group Family the Cache Parameter Group can be used with.
| |||
| CacheParameterGroupName |
The name of the Cache Parameter Group.
| |||
| Description |
The description for the Cache Parameter Group.
| |||
| Equals(Object) | (Inherited from Object.) | |||
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |||
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |||
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) | |||
| WithCacheParameterGroupFamily(String) |
Sets the CacheParameterGroupFamily property
| |||
| WithCacheParameterGroupName(String) |
Sets the CacheParameterGroupName property
| |||
| WithDescription(String) |
Sets the Description property
|
| Object | ||
| AmazonWebServiceRequest | ||
| CreateCacheParameterGroupRequest | ||