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 Summary
Modifier and TypeMethodDescriptioninputTokens(Integer inputTokens) Number of tokens written to cache with this TTL (cache creation tokens)TTL duration for these cached tokensTTL duration for these cached tokensMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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
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.
-