static Stack.Builder |
Stack.builder() |
|
Stack.Builder |
Stack.Builder.capabilities(Collection<Capability> capabilities) |
The capabilities allowed in the stack.
|
Stack.Builder |
Stack.Builder.capabilities(Capability... capabilities) |
The capabilities allowed in the stack.
|
Stack.Builder |
Stack.Builder.capabilitiesWithStrings(String... capabilities) |
The capabilities allowed in the stack.
|
Stack.Builder |
Stack.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
The capabilities allowed in the stack.
|
Stack.Builder |
Stack.Builder.changeSetId(String changeSetId) |
The unique ID of the change set.
|
Stack.Builder |
Stack.Builder.creationTime(Instant creationTime) |
The time at which the stack was created.
|
Stack.Builder |
Stack.Builder.deletionMode(String deletionMode) |
Specifies the deletion mode for the stack.
|
Stack.Builder |
Stack.Builder.deletionMode(DeletionMode deletionMode) |
Specifies the deletion mode for the stack.
|
Stack.Builder |
Stack.Builder.deletionTime(Instant deletionTime) |
The time the stack was deleted.
|
Stack.Builder |
Stack.Builder.description(String description) |
A user-defined description associated with the stack.
|
Stack.Builder |
Stack.Builder.detailedStatus(String detailedStatus) |
The detailed status of the resource or stack.
|
Stack.Builder |
Stack.Builder.detailedStatus(DetailedStatus detailedStatus) |
The detailed status of the resource or stack.
|
Stack.Builder |
Stack.Builder.disableRollback(Boolean disableRollback) |
Boolean to enable or disable rollback on stack creation failures:
|
default Stack.Builder |
Stack.Builder.driftInformation(Consumer<StackDriftInformation.Builder> driftInformation) |
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Stack.Builder |
Stack.Builder.driftInformation(StackDriftInformation driftInformation) |
Information about whether a stack's actual configuration differs, or has drifted, from its expected
configuration, as defined in the stack template and any values specified as template parameters.
|
Stack.Builder |
Stack.Builder.enableTerminationProtection(Boolean enableTerminationProtection) |
Whether termination protection is enabled for the stack.
|
Stack.Builder |
Stack.Builder.lastUpdatedTime(Instant lastUpdatedTime) |
The time the stack was last updated.
|
Stack.Builder |
Stack.Builder.notificationARNs(String... notificationARNs) |
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
|
Stack.Builder |
Stack.Builder.notificationARNs(Collection<String> notificationARNs) |
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
|
Stack.Builder |
Stack.Builder.outputs(Collection<Output> outputs) |
A list of output structures.
|
Stack.Builder |
Stack.Builder.outputs(Consumer<Output.Builder>... outputs) |
A list of output structures.
|
Stack.Builder |
Stack.Builder.outputs(Output... outputs) |
A list of output structures.
|
Stack.Builder |
Stack.Builder.parameters(Collection<Parameter> parameters) |
A list of Parameter structures.
|
Stack.Builder |
Stack.Builder.parameters(Consumer<Parameter.Builder>... parameters) |
A list of Parameter structures.
|
Stack.Builder |
Stack.Builder.parameters(Parameter... parameters) |
A list of Parameter structures.
|
Stack.Builder |
Stack.Builder.parentId(String parentId) |
For nested stacks--stacks created as resources for another stack--the stack ID of the direct parent of this
stack.
|
Stack.Builder |
Stack.Builder.retainExceptOnCreate(Boolean retainExceptOnCreate) |
When set to true, newly created resources are deleted when the operation rolls back.
|
Stack.Builder |
Stack.Builder.roleARN(String roleARN) |
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that's associated with the
stack.
|
default Stack.Builder |
Stack.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration) |
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
Stack.Builder |
Stack.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) |
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
Stack.Builder |
Stack.Builder.rootId(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.Builder |
Stack.Builder.stackId(String stackId) |
Unique identifier of the stack.
|
Stack.Builder |
Stack.Builder.stackName(String stackName) |
The name associated with the stack.
|
Stack.Builder |
Stack.Builder.stackStatus(String stackStatus) |
Current status of the stack.
|
Stack.Builder |
Stack.Builder.stackStatus(StackStatus stackStatus) |
Current status of the stack.
|
Stack.Builder |
Stack.Builder.stackStatusReason(String stackStatusReason) |
Success/failure message associated with the stack status.
|
Stack.Builder |
Stack.Builder.tags(Collection<Tag> tags) |
A list of Tags that specify information about the stack.
|
Stack.Builder |
Stack.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of Tags that specify information about the stack.
|
Stack.Builder |
Stack.Builder.tags(Tag... tags) |
A list of Tags that specify information about the stack.
|
Stack.Builder |
Stack.Builder.timeoutInMinutes(Integer timeoutInMinutes) |
The amount of time within which stack creation should complete.
|
Stack.Builder |
Stack.toBuilder() |
|