public class CachingBehavior
extends java.lang.Object
Specifies options that affects caching behavior, such as minimum TTL values.
| コンストラクタと説明 |
|---|
CachingBehavior() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Long |
getMinTTL()
Specifies the minimum TTL in seconds for objects in the CloudFront
cache.
|
int |
hashCode() |
void |
setMinTTL(java.lang.Long minTTL)
Specifies the minimum TTL in seconds for objects in the CloudFront
cache.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CachingBehavior |
withMinTTL(java.lang.Long minTTL)
Specifies the minimum TTL in seconds for objects in the CloudFront
cache.
|
public java.lang.Long getMinTTL()
public void setMinTTL(java.lang.Long minTTL)
minTTL - Specifies the minimum TTL in seconds for objects in the CloudFront
cache.public CachingBehavior withMinTTL(java.lang.Long minTTL)
Returns a reference to this object so that method calls can be chained together.
minTTL - Specifies the minimum TTL in seconds for objects in the CloudFront
cache.public java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object