public class DomainConfiguration
extends java.lang.Object
implements java.io.Serializable
Contains the configuration settings of a domain.
| コンストラクタと説明 |
|---|
DomainConfiguration() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object