Interface CacheDetail.Builder

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

@Mutable @NotThreadSafe public static interface CacheDetail.Builder extends SdkPojo, CopyableBuilder<CacheDetail.Builder,CacheDetail>
  • Method Details

    • ttl

      TTL duration for these cached tokens

      Parameters:
      ttl - TTL duration for these cached tokens
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • ttl

      TTL duration for these cached tokens

      Parameters:
      ttl - TTL duration for these cached tokens
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • inputTokens

      CacheDetail.Builder inputTokens(Integer inputTokens)

      Number of tokens written to cache with this TTL (cache creation tokens)

      Parameters:
      inputTokens - Number of tokens written to cache with this TTL (cache creation tokens)
      Returns:
      Returns a reference to this object so that method calls can be chained together.