|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticache.model.CacheNode
public class CacheNode
A Cache Cluster is made up of one or more Cache Nodes. Each Cache Node is an separate endpoint servicing the memcached protocol.
| Constructor Summary | |
|---|---|
CacheNode()
Default constructor for a new CacheNode object. |
|
| Method Summary | |
|---|---|
Date |
getCacheNodeCreateTime()
Provides the date and time the Cache Node was created. |
String |
getCacheNodeId()
Specifies a Cache Node identifier. |
String |
getCacheNodeStatus()
Specifies the current state of this Cache Node. |
Endpoint |
getEndpoint()
Specifies the endpoint details for a Cache Node. |
String |
getParameterGroupStatus()
Specified the status of teh parameter group applied to this Cache Node. |
void |
setCacheNodeCreateTime(Date cacheNodeCreateTime)
Provides the date and time the Cache Node was created. |
void |
setCacheNodeId(String cacheNodeId)
Specifies a Cache Node identifier. |
void |
setCacheNodeStatus(String cacheNodeStatus)
Specifies the current state of this Cache Node. |
void |
setEndpoint(Endpoint endpoint)
Specifies the endpoint details for a Cache Node. |
void |
setParameterGroupStatus(String parameterGroupStatus)
Specified the status of teh parameter group applied to this Cache Node. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CacheNode |
withCacheNodeCreateTime(Date cacheNodeCreateTime)
Provides the date and time the Cache Node was created. |
CacheNode |
withCacheNodeId(String cacheNodeId)
Specifies a Cache Node identifier. |
CacheNode |
withCacheNodeStatus(String cacheNodeStatus)
Specifies the current state of this Cache Node. |
CacheNode |
withEndpoint(Endpoint endpoint)
Specifies the endpoint details for a Cache Node. |
CacheNode |
withParameterGroupStatus(String parameterGroupStatus)
Specified the status of teh parameter group applied to this Cache Node. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CacheNode()
| Method Detail |
|---|
public String getCacheNodeId()
public void setCacheNodeId(String cacheNodeId)
cacheNodeId - Specifies a Cache Node identifier. This is the unique key that
identifies a Cache Node per Customer (AWS account).public CacheNode withCacheNodeId(String cacheNodeId)
Returns a reference to this object so that method calls can be chained together.
cacheNodeId - Specifies a Cache Node identifier. This is the unique key that
identifies a Cache Node per Customer (AWS account).
public String getCacheNodeStatus()
public void setCacheNodeStatus(String cacheNodeStatus)
cacheNodeStatus - Specifies the current state of this Cache Node.public CacheNode withCacheNodeStatus(String cacheNodeStatus)
Returns a reference to this object so that method calls can be chained together.
cacheNodeStatus - Specifies the current state of this Cache Node.
public Date getCacheNodeCreateTime()
public void setCacheNodeCreateTime(Date cacheNodeCreateTime)
cacheNodeCreateTime - Provides the date and time the Cache Node was created.public CacheNode withCacheNodeCreateTime(Date cacheNodeCreateTime)
Returns a reference to this object so that method calls can be chained together.
cacheNodeCreateTime - Provides the date and time the Cache Node was created.
public Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
endpoint - Specifies the endpoint details for a Cache Node.public CacheNode withEndpoint(Endpoint endpoint)
Returns a reference to this object so that method calls can be chained together.
endpoint - Specifies the endpoint details for a Cache Node.
public String getParameterGroupStatus()
public void setParameterGroupStatus(String parameterGroupStatus)
parameterGroupStatus - Specified the status of teh parameter group applied to this Cache
Node.public CacheNode withParameterGroupStatus(String parameterGroupStatus)
Returns a reference to this object so that method calls can be chained together.
parameterGroupStatus - Specified the status of teh parameter group applied to this Cache
Node.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||