Interface RebootCacheClusterRequest.Builder

  • Method Details

    • 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.
    • overrideConfiguration

      RebootCacheClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.