|
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(java.lang.Object obj)
|
java.lang.String |
getWorkflowExecutionRetentionPeriodInDays()
The retention period for workflow executions in this domain. |
int |
hashCode()
|
void |
setWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DomainConfiguration |
withWorkflowExecutionRetentionPeriodInDays(java.lang.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 java.lang.String getWorkflowExecutionRetentionPeriodInDays()
Constraints:
Length: 1 - 8
public void setWorkflowExecutionRetentionPeriodInDays(java.lang.String workflowExecutionRetentionPeriodInDays)
Constraints:
Length: 1 - 8
workflowExecutionRetentionPeriodInDays
- The retention period for workflow executions in this domain.public DomainConfiguration withWorkflowExecutionRetentionPeriodInDays(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |