Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.model
Class DomainConfiguration

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.model.DomainConfiguration

public class DomainConfiguration
extends Object

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

DomainConfiguration

public DomainConfiguration()
Method Detail

getWorkflowExecutionRetentionPeriodInDays

public String getWorkflowExecutionRetentionPeriodInDays()
The retention period for workflow executions in this domain.

Constraints:
Length: 1 - 8

Returns:
The retention period for workflow executions in this domain.

setWorkflowExecutionRetentionPeriodInDays

public void setWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.

Constraints:
Length: 1 - 8

Parameters:
workflowExecutionRetentionPeriodInDays - The retention period for workflow executions in this domain.

withWorkflowExecutionRetentionPeriodInDays

public DomainConfiguration withWorkflowExecutionRetentionPeriodInDays(String workflowExecutionRetentionPeriodInDays)
The retention period for workflow executions in this domain.

Returns a reference to this object so that method calls can be chained together.

Constraints:
Length: 1 - 8

Parameters:
workflowExecutionRetentionPeriodInDays - The retention period for workflow executions in this domain.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.