Class ListAllowedNodeTypeModificationsRequest

    • Constructor Detail

      • ListAllowedNodeTypeModificationsRequest

        public ListAllowedNodeTypeModificationsRequest()
    • Method Detail

      • setCacheClusterId

        public void setCacheClusterId​(String cacheClusterId)

        The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Parameters:
        cacheClusterId - The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

      • getCacheClusterId

        public String getCacheClusterId()

        The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Returns:
        The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

      • withCacheClusterId

        public ListAllowedNodeTypeModificationsRequest withCacheClusterId​(String cacheClusterId)

        The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Parameters:
        cacheClusterId - The name of the cache cluster you want to scale up to a larger node instanced type. ElastiCache uses the cluster id to identify the current node type of this cluster and from that to to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setReplicationGroupId

        public void setReplicationGroupId​(String replicationGroupId)

        The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Parameters:
        replicationGroupId - The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

      • getReplicationGroupId

        public String getReplicationGroupId()

        The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Returns:
        The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

      • withReplicationGroupId

        public ListAllowedNodeTypeModificationsRequest withReplicationGroupId​(String replicationGroupId)

        The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Parameters:
        replicationGroupId - The name of the replication group want to scale up to a larger node type. ElastiCache uses the replication group id to identify the current node type being used by this replication group, and from that to create a list of node types you can scale up to.

        Important:
        You must provide a value for either the CacheClusterId or the ReplicationGroupId.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object