| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static Stack.Builder |
Stack.builder() |
Stack.Builder |
Stack.Builder.capabilities(Capability... capabilities)
The capabilities allowed in the stack.
|
Stack.Builder |
Stack.Builder.capabilities(Collection<Capability> 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.capabilitiesWithStrings(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.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.disableRollback(Boolean disableRollback)
Boolean to enable or disable rollback on stack creation failures:
|
default Stack.Builder |
Stack.Builder.driftInformation(Consumer<StackDriftInformation.Builder> 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.Builder |
Stack.Builder.driftInformation(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.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(Collection<String> notificationARNs)
Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.
|
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.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.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(StackStatus stackStatus)
Current status of the stack.
|
Stack.Builder |
Stack.Builder.stackStatus(String 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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Stack.Builder> |
Stack.serializableBuilderClass() |
Copyright © 2022. All rights reserved.