| Package | Description |
|---|---|
| com.amazonaws.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
Stack |
Stack.clone() |
Stack |
Stack.withCapabilities(Capability... capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withCapabilities(Collection<String> capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withCapabilities(String... capabilities)
The capabilities allowed in the stack.
|
Stack |
Stack.withChangeSetId(String changeSetId)
The unique ID of the change set.
|
Stack |
Stack.withCreationTime(Date creationTime)
The time at which the stack was created.
|
Stack |
Stack.withDeletionTime(Date deletionTime)
The time the stack was deleted.
|
Stack |
Stack.withDescription(String description)
A user-defined description associated with the stack.
|
Stack |
Stack.withDisableRollback(Boolean disableRollback)
Boolean to enable or disable rollback on stack creation failures:
|
Stack |
Stack.withDriftInformation(StackDriftInformation driftInformation)
Information on whether a stack's actual configuration differs, or has drifted, from it's expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Stack |
Stack.withEnableTerminationProtection(Boolean enableTerminationProtection)
Whether termination protection is enabled for the stack.
|
Stack |
Stack.withLastUpdatedTime(Date lastUpdatedTime)
The time the stack was last updated.
|
Stack |
Stack.withNotificationARNs(Collection<String> notificationARNs)
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
|
Stack |
Stack.withNotificationARNs(String... notificationARNs)
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
|
Stack |
Stack.withOutputs(Collection<Output> outputs)
A list of output structures.
|
Stack |
Stack.withOutputs(Output... outputs)
A list of output structures.
|
Stack |
Stack.withParameters(Collection<Parameter> parameters)
A list of
Parameter structures. |
Stack |
Stack.withParameters(Parameter... parameters)
A list of
Parameter structures. |
Stack |
Stack.withParentId(String parentId)
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
Stack |
Stack.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the stack.
|
Stack |
Stack.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
Stack |
Stack.withRootId(String rootId)
For nested stacks--stacks created as resources for another stack--the stack ID of the top-level stack to which
the nested stack ultimately belongs.
|
Stack |
Stack.withStackId(String stackId)
Unique identifier of the stack.
|
Stack |
Stack.withStackName(String stackName)
The name associated with the stack.
|
Stack |
Stack.withStackStatus(StackStatus stackStatus)
Current status of the stack.
|
Stack |
Stack.withStackStatus(String stackStatus)
Current status of the stack.
|
Stack |
Stack.withStackStatusReason(String stackStatusReason)
Success/failure message associated with the stack status.
|
Stack |
Stack.withTags(Collection<Tag> tags)
A list of
Tags that specify information about the stack. |
Stack |
Stack.withTags(Tag... tags)
A list of
Tags that specify information about the stack. |
Stack |
Stack.withTimeoutInMinutes(Integer timeoutInMinutes)
The amount of time within which stack creation should complete.
|
| Modifier and Type | Method and Description |
|---|---|
List<Stack> |
DescribeStacksResult.getStacks()
A list of stack structures.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeStacksResult |
DescribeStacksResult.withStacks(Stack... stacks)
A list of stack structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeStacksResult.setStacks(Collection<Stack> stacks)
A list of stack structures.
|
DescribeStacksResult |
DescribeStacksResult.withStacks(Collection<Stack> stacks)
A list of stack structures.
|
Copyright © 2022. All rights reserved.