Interface RebootCacheClusterRequest.Builder

    • Method Detail

      • cacheClusterId

        RebootCacheClusterRequest.Builder cacheClusterId​(String cacheClusterId)

        The cluster identifier. This parameter is stored as a lowercase string.

        Parameters:
        cacheClusterId - The cluster identifier. This parameter is stored as a lowercase string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheNodeIdsToReboot

        RebootCacheClusterRequest.Builder cacheNodeIdsToReboot​(Collection<String> cacheNodeIdsToReboot)

        A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

        Parameters:
        cacheNodeIdsToReboot - A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheNodeIdsToReboot

        RebootCacheClusterRequest.Builder cacheNodeIdsToReboot​(String... cacheNodeIdsToReboot)

        A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.

        Parameters:
        cacheNodeIdsToReboot - A list of cache node IDs to reboot. A node ID is a numeric identifier (0001, 0002, etc.). To reboot an entire cluster, specify all of the cache node IDs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.