@Experimental
public static class RegionAttributesType.ExpirationAttributesDetail
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
action |
protected DeclarableType |
customExpiry |
protected java.lang.String |
timeout |
| Constructor and Description |
|---|
ExpirationAttributesDetail() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAction()
Gets the value of the action property.
|
DeclarableType |
getCustomExpiry()
Gets the value of the customExpiry property.
|
java.lang.String |
getTimeout()
Gets the value of the timeout property.
|
void |
setAction(java.lang.String value)
Sets the value of the action property.
|
void |
setCustomExpiry(DeclarableType value)
Sets the value of the customExpiry property.
|
void |
setTimeout(java.lang.String value)
Sets the value of the timeout property.
|
protected DeclarableType customExpiry
protected java.lang.String action
protected java.lang.String timeout
public DeclarableType getCustomExpiry()
DeclarableTypepublic void setCustomExpiry(DeclarableType value)
DeclarableTypepublic java.lang.String getAction()
Stringpublic void setAction(java.lang.String value)
Stringpublic java.lang.String getTimeout()
Stringpublic void setTimeout(java.lang.String value)
String