| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudformation.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.builder() |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.capabilities(Capability... capabilities)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set
was created.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.capabilities(Collection<Capability> capabilities)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set
was created.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.capabilitiesWithStrings(Collection<String> capabilities)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set
was created.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.capabilitiesWithStrings(String... capabilities)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set
was created.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Change... changes)
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Collection<Change> changes)
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Consumer<Change.Builder>... changes)
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changeSetId(String changeSetId)
The ARN of the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changeSetName(String changeSetName)
The name of the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.creationTime(Instant creationTime)
The start time when the change set was created, in UTC.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.description(String description)
Information about the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.executionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.executionStatus(String executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.nextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of changes.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.notificationARNs(Collection<String> notificationARNs)
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack
if you execute the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.notificationARNs(String... notificationARNs)
The ARNs of the Amazon Simple Notification Service (Amazon SNS) topics that will be associated with the stack
if you execute the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.parameters(Collection<Parameter> parameters)
A list of
Parameter structures that describes the input parameters and their values used to
create the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.parameters(Consumer<Parameter.Builder>... parameters)
A list of
Parameter structures that describes the input parameters and their values used to
create the change set. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.parameters(Parameter... parameters)
A list of
Parameter structures that describes the input parameters and their values used to
create the change set. |
default DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.rollbackConfiguration(Consumer<RollbackConfiguration.Builder> rollbackConfiguration)
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and
for the specified monitoring period afterwards.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for AWS CloudFormation to monitor during stack creation and updating operations, and
for the specified monitoring period afterwards.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.stackId(String stackId)
The ARN of the stack that is associated with the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.stackName(String stackName)
The name of the stack that is associated with the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.status(ChangeSetStatus status)
The current status of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.status(String status)
The current status of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED. |
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.statusReason(String statusReason)
A description of the change set's status.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.tags(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.tags(Consumer<Tag.Builder>... tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.tags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeChangeSetResponse.Builder> |
DescribeChangeSetResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.