public static interface DescribeChangeSetResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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 |
changes(Change... changes)
A list of
Change structures that describes the resources CloudFormation changes if you execute
the change set. |
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 |
changes(Consumer<Change.Builder>... changes)
A list of
Change structures that describes the resources CloudFormation changes if you execute
the change set. |
DescribeChangeSetResponse.Builder |
changeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
|
DescribeChangeSetResponse.Builder |
changeSetName(String changeSetName)
The name of the change set.
|
DescribeChangeSetResponse.Builder |
creationTime(Instant creationTime)
The start time when the change set was created, in UTC.
|
DescribeChangeSetResponse.Builder |
description(String description)
Information about the change set.
|
DescribeChangeSetResponse.Builder |
executionStatus(ExecutionStatus executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
DescribeChangeSetResponse.Builder |
executionStatus(String executionStatus)
If the change set execution status is
AVAILABLE, you can execute the change set. |
DescribeChangeSetResponse.Builder |
includeNestedStacks(Boolean includeNestedStacks)
Verifies if
IncludeNestedStacks is set to True. |
DescribeChangeSetResponse.Builder |
nextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of changes.
|
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 |
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 |
onStackFailure(OnStackFailure onStackFailure)
Determines what action will be taken if stack creation fails.
|
DescribeChangeSetResponse.Builder |
onStackFailure(String onStackFailure)
Determines what action will be taken if stack creation fails.
|
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 |
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 |
parameters(Parameter... parameters)
A list of
Parameter structures that describes the input parameters and their values used to
create the change set. |
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 |
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 |
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 |
rootChangeSetId(String rootChangeSetId)
Specifies the change set ID of the root change set in the current nested change set hierarchy.
|
DescribeChangeSetResponse.Builder |
stackId(String stackId)
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
|
DescribeChangeSetResponse.Builder |
stackName(String stackName)
The name of the stack that's associated with the change set.
|
DescribeChangeSetResponse.Builder |
status(ChangeSetStatus status)
The current status of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED. |
DescribeChangeSetResponse.Builder |
status(String status)
The current status of the change set, such as
CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED. |
DescribeChangeSetResponse.Builder |
statusReason(String statusReason)
A description of the change set's status.
|
DescribeChangeSetResponse.Builder |
tags(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
tags(Consumer<Tag.Builder>... tags)
If you execute the change set, the tags that will be associated with the stack.
|
DescribeChangeSetResponse.Builder |
tags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeChangeSetResponse.Builder changeSetName(String changeSetName)
The name of the change set.
changeSetName - The name of the change set.DescribeChangeSetResponse.Builder changeSetId(String changeSetId)
The Amazon Resource Name (ARN) of the change set.
changeSetId - The Amazon Resource Name (ARN) of the change set.DescribeChangeSetResponse.Builder stackId(String stackId)
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
stackId - The Amazon Resource Name (ARN) of the stack that's associated with the change set.DescribeChangeSetResponse.Builder stackName(String stackName)
The name of the stack that's associated with the change set.
stackName - The name of the stack that's associated with the change set.DescribeChangeSetResponse.Builder description(String description)
Information about the change set.
description - Information about the change set.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. For more information, see the Parameter
data type.
parameters - A list of Parameter structures that describes the input parameters and their values used
to create the change set. For more information, see the Parameter data type.DescribeChangeSetResponse.Builder parameters(Parameter... parameters)
A list of Parameter structures that describes the input parameters and their values used to
create the change set. For more information, see the Parameter
data type.
parameters - A list of Parameter structures that describes the input parameters and their values used
to create the change set. For more information, see the Parameter data type.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. For more information, see the Parameter
data type.
Parameter.Builder avoiding the need to create
one manually via Parameter.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #parameters(List.
parameters - a consumer that will call methods on
Parameter.Builder#parameters(java.util.Collection) DescribeChangeSetResponse.Builder creationTime(Instant creationTime)
The start time when the change set was created, in UTC.
creationTime - The start time when the change set was created, in UTC.DescribeChangeSetResponse.Builder executionStatus(String executionStatus)
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.
executionStatus - If the change set execution status is AVAILABLE, you can execute the change set. If you
can't execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an
OBSOLETE state because the stack was already updated.ExecutionStatus,
ExecutionStatusDescribeChangeSetResponse.Builder executionStatus(ExecutionStatus executionStatus)
If the change set execution status is AVAILABLE, you can execute the change set. If you can't
execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an OBSOLETE
state because the stack was already updated.
executionStatus - If the change set execution status is AVAILABLE, you can execute the change set. If you
can't execute the change set, the status indicates why. For example, a change set might be in an
UNAVAILABLE state because CloudFormation is still creating it or in an
OBSOLETE state because the stack was already updated.ExecutionStatus,
ExecutionStatusDescribeChangeSetResponse.Builder status(String status)
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED.
status - The current status of the change set, such as CREATE_IN_PROGRESS,
CREATE_COMPLETE, or FAILED.ChangeSetStatus,
ChangeSetStatusDescribeChangeSetResponse.Builder status(ChangeSetStatus status)
The current status of the change set, such as CREATE_IN_PROGRESS, CREATE_COMPLETE,
or FAILED.
status - The current status of the change set, such as CREATE_IN_PROGRESS,
CREATE_COMPLETE, or FAILED.ChangeSetStatus,
ChangeSetStatusDescribeChangeSetResponse.Builder statusReason(String statusReason)
A description of the change set's status. For example, if your attempt to create a change set failed, CloudFormation shows the error message.
statusReason - A description of the change set's status. For example, if your attempt to create a change set failed,
CloudFormation shows the error message.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.
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 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.
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 rollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.
rollbackConfiguration - The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and
for the specified monitoring period afterwards.default 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.
This is a convenience method that creates an instance of theRollbackConfiguration.Builder avoiding
the need to create one manually via RollbackConfiguration.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to rollbackConfiguration(RollbackConfiguration).
rollbackConfiguration - a consumer that will call methods on RollbackConfiguration.BuilderrollbackConfiguration(RollbackConfiguration)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.
capabilities - If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.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.
capabilities - If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.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.
capabilities - If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.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.
capabilities - If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.DescribeChangeSetResponse.Builder tags(Collection<Tag> tags)
If you execute the change set, the tags that will be associated with the stack.
tags - If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Builder tags(Tag... tags)
If you execute the change set, the tags that will be associated with the stack.
tags - If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Builder tags(Consumer<Tag.Builder>... tags)
If you execute the change set, the tags that will be associated with the stack.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) DescribeChangeSetResponse.Builder changes(Collection<Change> changes)
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
changes - A list of Change structures that describes the resources CloudFormation changes if you
execute the change set.DescribeChangeSetResponse.Builder changes(Change... changes)
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
changes - A list of Change structures that describes the resources CloudFormation changes if you
execute the change set.DescribeChangeSetResponse.Builder changes(Consumer<Change.Builder>... changes)
A list of Change structures that describes the resources CloudFormation changes if you execute
the change set.
Change.Builder avoiding the need to create one
manually via Change.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #changes(List.
changes - a consumer that will call methods on
Change.Builder#changes(java.util.Collection) DescribeChangeSetResponse.Builder nextToken(String nextToken)
If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no additional page, this value is null.
nextToken - If the output exceeds 1 MB, a string that identifies the next page of changes. If there is no
additional page, this value is null.DescribeChangeSetResponse.Builder includeNestedStacks(Boolean includeNestedStacks)
Verifies if IncludeNestedStacks is set to True.
includeNestedStacks - Verifies if IncludeNestedStacks is set to True.DescribeChangeSetResponse.Builder parentChangeSetId(String parentChangeSetId)
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
parentChangeSetId - Specifies the change set ID of the parent change set in the current nested change set hierarchy.DescribeChangeSetResponse.Builder rootChangeSetId(String rootChangeSetId)
Specifies the change set ID of the root change set in the current nested change set hierarchy.
rootChangeSetId - Specifies the change set ID of the root change set in the current nested change set hierarchy.DescribeChangeSetResponse.Builder onStackFailure(String onStackFailure)
Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:
DELETE - Deletes the change set if the stack creation fails. This is only valid when the
ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the
status of the stack is DELETE_FAILED.
DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying
true for the DisableRollback parameter to the ExecuteChangeSet API operation.
ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying
false for the DisableRollback parameter to the ExecuteChangeSet API operation.
onStackFailure - Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:
DELETE - Deletes the change set if the stack creation fails. This is only valid when the
ChangeSetType parameter is set to CREATE. If the deletion of the stack
fails, the status of the stack is DELETE_FAILED.
DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying
true for the DisableRollback parameter to the ExecuteChangeSet API operation.
ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to
specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation.
OnStackFailure,
OnStackFailureDescribeChangeSetResponse.Builder onStackFailure(OnStackFailure onStackFailure)
Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:
DELETE - Deletes the change set if the stack creation fails. This is only valid when the
ChangeSetType parameter is set to CREATE. If the deletion of the stack fails, the
status of the stack is DELETE_FAILED.
DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying
true for the DisableRollback parameter to the ExecuteChangeSet API operation.
ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to specifying
false for the DisableRollback parameter to the ExecuteChangeSet API operation.
onStackFailure - Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollback parameter to the ExecuteChangeSet API operation must not be specified. This must be one of these values:
DELETE - Deletes the change set if the stack creation fails. This is only valid when the
ChangeSetType parameter is set to CREATE. If the deletion of the stack
fails, the status of the stack is DELETE_FAILED.
DO_NOTHING - if the stack creation fails, do nothing. This is equivalent to specifying
true for the DisableRollback parameter to the ExecuteChangeSet API operation.
ROLLBACK - if the stack creation fails, roll back the stack. This is equivalent to
specifying false for the DisableRollback parameter to the ExecuteChangeSet API operation.
OnStackFailure,
OnStackFailureCopyright © 2023. All rights reserved.