Class CacheEngineVersion
- All Implemented Interfaces:
Serializable
,Cloneable
Provides all of the details about a particular cache engine version.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The description of the cache engine.The description of the cache engine version.The name of the cache parameter group family associated with this cache engine.The name of the cache engine.The version number of the cache engine.int
hashCode()
void
setCacheEngineDescription
(String cacheEngineDescription) The description of the cache engine.void
setCacheEngineVersionDescription
(String cacheEngineVersionDescription) The description of the cache engine version.void
setCacheParameterGroupFamily
(String cacheParameterGroupFamily) The name of the cache parameter group family associated with this cache engine.void
The name of the cache engine.void
setEngineVersion
(String engineVersion) The version number of the cache engine.toString()
Returns a string representation of this object; useful for testing and debugging.withCacheEngineDescription
(String cacheEngineDescription) The description of the cache engine.withCacheEngineVersionDescription
(String cacheEngineVersionDescription) The description of the cache engine version.withCacheParameterGroupFamily
(String cacheParameterGroupFamily) The name of the cache parameter group family associated with this cache engine.withEngine
(String engine) The name of the cache engine.withEngineVersion
(String engineVersion) The version number of the cache engine.
-
Constructor Details
-
CacheEngineVersion
public CacheEngineVersion()
-
-
Method Details
-
setEngine
The name of the cache engine.
- Parameters:
engine
- The name of the cache engine.
-
getEngine
The name of the cache engine.
- Returns:
- The name of the cache engine.
-
withEngine
The name of the cache engine.
- Parameters:
engine
- The name of the cache engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setEngineVersion
The version number of the cache engine.
- Parameters:
engineVersion
- The version number of the cache engine.
-
getEngineVersion
The version number of the cache engine.
- Returns:
- The version number of the cache engine.
-
withEngineVersion
The version number of the cache engine.
- Parameters:
engineVersion
- The version number of the cache engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheParameterGroupFamily
The name of the cache parameter group family associated with this cache engine.
- Parameters:
cacheParameterGroupFamily
- The name of the cache parameter group family associated with this cache engine.
-
getCacheParameterGroupFamily
The name of the cache parameter group family associated with this cache engine.
- Returns:
- The name of the cache parameter group family associated with this cache engine.
-
withCacheParameterGroupFamily
The name of the cache parameter group family associated with this cache engine.
- Parameters:
cacheParameterGroupFamily
- The name of the cache parameter group family associated with this cache engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheEngineDescription
The description of the cache engine.
- Parameters:
cacheEngineDescription
- The description of the cache engine.
-
getCacheEngineDescription
The description of the cache engine.
- Returns:
- The description of the cache engine.
-
withCacheEngineDescription
The description of the cache engine.
- Parameters:
cacheEngineDescription
- The description of the cache engine.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setCacheEngineVersionDescription
The description of the cache engine version.
- Parameters:
cacheEngineVersionDescription
- The description of the cache engine version.
-
getCacheEngineVersionDescription
The description of the cache engine version.
- Returns:
- The description of the cache engine version.
-
withCacheEngineVersionDescription
The description of the cache engine version.
- Parameters:
cacheEngineVersionDescription
- The description of the cache engine version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-