Interface CacheNodeTypeSpecificValue.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>, SdkBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>, SdkPojo
Enclosing class:
CacheNodeTypeSpecificValue

public static interface CacheNodeTypeSpecificValue.Builder extends SdkPojo, CopyableBuilder<CacheNodeTypeSpecificValue.Builder,CacheNodeTypeSpecificValue>
  • Method Details

    • 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

      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.