static DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.builder() |
|
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.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.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.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.changes(Collection<Change> changes) |
A list of Change structures that describes the resources 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 CloudFormation changes if you execute
the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changes(Change... changes) |
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.changeSetId(String changeSetId) |
The Amazon Resource Name (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(String executionStatus) |
If the change set execution status is AVAILABLE, you can execute 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.includeNestedStacks(Boolean includeNestedStacks) |
Verifies if IncludeNestedStacks is set to True.
|
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(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(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.onStackFailure(String onStackFailure) |
Determines what action will be taken if stack creation fails.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.onStackFailure(OnStackFailure onStackFailure) |
Determines what action will be taken if stack creation fails.
|
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.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.parentChangeSetId(String parentChangeSetId) |
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
|
default DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.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.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) |
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.rootChangeSetId(String rootChangeSetId) |
Specifies the change set ID of the root change set in the current nested change set hierarchy.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.stackId(String stackId) |
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
|
DescribeChangeSetResponse.Builder |
DescribeChangeSetResponse.Builder.stackName(String stackName) |
The name of the stack that's associated with the change set.
|
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.status(ChangeSetStatus 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() |
|