|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.cloudformation.model.Stack
public class Stack
The Stack data type.
| Constructor Summary | |
|---|---|
Stack()
|
|
| Method Summary | |
|---|---|
List<String> |
getCapabilities()
The capabilities allowed in the stack. |
Date |
getCreationTime()
Time at which the stack was created. |
String |
getDescription()
User defined description associated with the stack. |
Boolean |
getDisableRollback()
Boolean to enable or disable rollback on stack creation failures: |
List<String> |
getNotificationARNs()
SNS topic ARNs to which stack related events are published. |
List<Output> |
getOutputs()
A list of output structures. |
List<Parameter> |
getParameters()
A list of Parameter structures. |
String |
getStackId()
Unique identifier of the stack. |
String |
getStackName()
The name associated with the stack. |
String |
getStackStatus()
Current status of the stack. |
String |
getStackStatusReason()
Success/failure message associated with the stack status. |
Integer |
getTimeoutInMinutes()
The amount of time within which stack creation should complete. |
Boolean |
isDisableRollback()
Boolean to enable or disable rollback on stack creation failures: |
void |
setCapabilities(Collection<String> capabilities)
The capabilities allowed in the stack. |
void |
setCreationTime(Date creationTime)
Time at which the stack was created. |
void |
setDescription(String description)
User defined description associated with the stack. |
void |
setDisableRollback(Boolean disableRollback)
Boolean to enable or disable rollback on stack creation failures: |
void |
setNotificationARNs(Collection<String> notificationARNs)
SNS topic ARNs to which stack related events are published. |
void |
setOutputs(Collection<Output> outputs)
A list of output structures. |
void |
setParameters(Collection<Parameter> parameters)
A list of Parameter structures. |
void |
setStackId(String stackId)
Unique identifier of the stack. |
void |
setStackName(String stackName)
The name associated with the stack. |
void |
setStackStatus(String stackStatus)
Current status of the stack. |
void |
setStackStatusReason(String stackStatusReason)
Success/failure message associated with the stack status. |
void |
setTimeoutInMinutes(Integer timeoutInMinutes)
The amount of time within which stack creation should complete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Stack |
withCapabilities(Collection<String> capabilities)
The capabilities allowed in the stack. |
Stack |
withCapabilities(String... capabilities)
The capabilities allowed in the stack. |
Stack |
withCreationTime(Date creationTime)
Time at which the stack was created. |
Stack |
withDescription(String description)
User defined description associated with the stack. |
Stack |
withDisableRollback(Boolean disableRollback)
Boolean to enable or disable rollback on stack creation failures: |
Stack |
withNotificationARNs(Collection<String> notificationARNs)
SNS topic ARNs to which stack related events are published. |
Stack |
withNotificationARNs(String... notificationARNs)
SNS topic ARNs to which stack related events are published. |
Stack |
withOutputs(Collection<Output> outputs)
A list of output structures. |
Stack |
withOutputs(Output... outputs)
A list of output structures. |
Stack |
withParameters(Collection<Parameter> parameters)
A list of Parameter structures. |
Stack |
withParameters(Parameter... parameters)
A list of Parameter structures. |
Stack |
withStackId(String stackId)
Unique identifier of the stack. |
Stack |
withStackName(String stackName)
The name associated with the stack. |
Stack |
withStackStatus(String stackStatus)
Current status of the stack. |
Stack |
withStackStatusReason(String stackStatusReason)
Success/failure message associated with the stack status. |
Stack |
withTimeoutInMinutes(Integer timeoutInMinutes)
The amount of time within which stack creation should complete. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Stack()
| Method Detail |
|---|
public String getStackId()
public void setStackId(String stackId)
stackId - Unique identifier of the stack.public Stack withStackId(String stackId)
Returns a reference to this object so that method calls can be chained together.
stackId - Unique identifier of the stack.
public String getStackName()
public void setStackName(String stackName)
stackName - The name associated with the stack.public Stack withStackName(String stackName)
Returns a reference to this object so that method calls can be chained together.
stackName - The name associated with the stack.
public String getDescription()
public void setDescription(String description)
description - User defined description associated with the stack.public Stack withDescription(String description)
Returns a reference to this object so that method calls can be chained together.
description - User defined description associated with the stack.
public List<Parameter> getParameters()
Parameter structures.
Parameter structures.public void setParameters(Collection<Parameter> parameters)
Parameter structures.
parameters - A list of Parameter structures.public Stack withParameters(Parameter... parameters)
Parameter structures.
Returns a reference to this object so that method calls can be chained together.
parameters - A list of Parameter structures.
public Stack withParameters(Collection<Parameter> parameters)
Parameter structures.
Returns a reference to this object so that method calls can be chained together.
parameters - A list of Parameter structures.
public Date getCreationTime()
public void setCreationTime(Date creationTime)
creationTime - Time at which the stack was created.public Stack withCreationTime(Date creationTime)
Returns a reference to this object so that method calls can be chained together.
creationTime - Time at which the stack was created.
public String getStackStatus()
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE
StackStatuspublic void setStackStatus(String stackStatus)
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE
stackStatus - Current status of the stack.StackStatuspublic Stack withStackStatus(String stackStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_IN_PROGRESS, CREATE_FAILED, CREATE_COMPLETE, UPDATE_IN_PROGRESS, UPDATE_FAILED, UPDATE_COMPLETE, ROLLBACK_IN_PROGRESS, ROLLBACK_FAILED, ROLLBACK_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED, DELETE_COMPLETE, UPDATE_ROLLBACK_IN_PROGRESS, UPDATE_ROLLBACK_FAILED, UPDATE_ROLLBACK_COMPLETE
stackStatus - Current status of the stack.
StackStatuspublic String getStackStatusReason()
public void setStackStatusReason(String stackStatusReason)
stackStatusReason - Success/failure message associated with the stack status.public Stack withStackStatusReason(String stackStatusReason)
Returns a reference to this object so that method calls can be chained together.
stackStatusReason - Success/failure message associated with the stack status.
public Boolean isDisableRollback()
true: disable rollbackfalse: enable rollback
true: disable rollbackfalse: enable rollbackpublic void setDisableRollback(Boolean disableRollback)
true: disable rollbackfalse: enable rollback
disableRollback - Boolean to enable or disable rollback on stack creation failures:
true: disable rollbackfalse: enable rollbackpublic Stack withDisableRollback(Boolean disableRollback)
true: disable rollbackfalse: enable rollbackReturns a reference to this object so that method calls can be chained together.
disableRollback - Boolean to enable or disable rollback on stack creation failures:
true: disable rollbackfalse: enable rollbackpublic Boolean getDisableRollback()
true: disable rollbackfalse: enable rollback
true: disable rollbackfalse: enable rollbackpublic List<String> getNotificationARNs()
Constraints:
Length: 0 - 5
public void setNotificationARNs(Collection<String> notificationARNs)
Constraints:
Length: 0 - 5
notificationARNs - SNS topic ARNs to which stack related events are published.public Stack withNotificationARNs(String... notificationARNs)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 5
notificationARNs - SNS topic ARNs to which stack related events are published.
public Stack withNotificationARNs(Collection<String> notificationARNs)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 5
notificationARNs - SNS topic ARNs to which stack related events are published.
public Integer getTimeoutInMinutes()
Constraints:
Range: 1 -
public void setTimeoutInMinutes(Integer timeoutInMinutes)
Constraints:
Range: 1 -
timeoutInMinutes - The amount of time within which stack creation should complete.public Stack withTimeoutInMinutes(Integer timeoutInMinutes)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Range: 1 -
timeoutInMinutes - The amount of time within which stack creation should complete.
public List<String> getCapabilities()
public void setCapabilities(Collection<String> capabilities)
capabilities - The capabilities allowed in the stack.public Stack withCapabilities(String... capabilities)
Returns a reference to this object so that method calls can be chained together.
capabilities - The capabilities allowed in the stack.
public Stack withCapabilities(Collection<String> capabilities)
Returns a reference to this object so that method calls can be chained together.
capabilities - The capabilities allowed in the stack.
public List<Output> getOutputs()
public void setOutputs(Collection<Output> outputs)
outputs - A list of output structures.public Stack withOutputs(Output... outputs)
Returns a reference to this object so that method calls can be chained together.
outputs - A list of output structures.
public Stack withOutputs(Collection<Output> outputs)
Returns a reference to this object so that method calls can be chained together.
outputs - A list of output structures.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||