Interface CacheNodeTypeSpecificValue.Builder

    • Method Detail

      • cacheNodeType

        CacheNodeTypeSpecificValue.Builder cacheNodeType​(String cacheNodeType)

        The cache node type for which this value applies.

        Parameters:
        cacheNodeType - The cache node type for which this value applies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • value

        CacheNodeTypeSpecificValue.Builder value​(String value)

        The value for the cache node type.

        Parameters:
        value - The value for the cache node type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.