|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.simpleworkflow.model.DomainConfiguration
public class DomainConfiguration
Contains the configuration settings of a domain.
Constructor Summary | |
---|---|
DomainConfiguration()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getWorkflowExecutionRetentionPeriodInDays()
The retention period for workflow executions in this domain. |
int |
hashCode()
|
void |
setWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DomainConfiguration |
withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DomainConfiguration()
Method Detail |
---|
public String getWorkflowExecutionRetentionPeriodInDays()
Constraints:
Length: 1 - 8
public void setWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
Constraints:
Length: 1 - 8
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.public DomainConfiguration withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 8
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |