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