Interface ListAllowedNodeTypeModificationsResponse.Builder

    • Method Detail

      • scaleUpModifications

        ListAllowedNodeTypeModificationsResponse.Builder scaleUpModifications​(Collection<String> scaleUpModifications)

        A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

        When scaling up a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

        Parameters:
        scaleUpModifications - A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

        When scaling up a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

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

        ListAllowedNodeTypeModificationsResponse.Builder scaleUpModifications​(String... scaleUpModifications)

        A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

        When scaling up a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

        Parameters:
        scaleUpModifications - A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group.

        When scaling up a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

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

        ListAllowedNodeTypeModificationsResponse.Builder scaleDownModifications​(Collection<String> scaleDownModifications)

        A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

        Parameters:
        scaleDownModifications - A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • scaleDownModifications

        ListAllowedNodeTypeModificationsResponse.Builder scaleDownModifications​(String... scaleDownModifications)

        A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.

        Parameters:
        scaleDownModifications - A string list, each element of which specifies a cache node type which you can use to scale your cluster or replication group. When scaling down a Valkey or Redis OSS cluster or replication group using ModifyCacheCluster or ModifyReplicationGroup, use a value from this list for the CacheNodeType parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.