Class ListAllowedNodeTypeModificationsRequest

    • Method Detail

      • cacheClusterId

        public final String cacheClusterId()

        The name of the 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 create a list of node types you can scale up to.

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

        Returns:
        The name of the 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 create a list of node types you can scale up to.

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

      • replicationGroupId

        public final 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.

        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.

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

      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object