Interface DescribeChangeSetResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudFormationResponse.Builder
,CopyableBuilder<DescribeChangeSetResponse.Builder,
,DescribeChangeSetResponse> SdkBuilder<DescribeChangeSetResponse.Builder,
,DescribeChangeSetResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeChangeSetResponse
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities
(Collection<Capability> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.capabilities
(Capability... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.capabilitiesWithStrings
(String... capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.capabilitiesWithStrings
(Collection<String> capabilities) If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.changes
(Collection<Change> changes) A list ofChange
structures that describes the resources CloudFormation changes if you execute the change set.changes
(Consumer<Change.Builder>... changes) A list ofChange
structures that describes the resources CloudFormation changes if you execute the change set.A list ofChange
structures that describes the resources CloudFormation changes if you execute the change set.changeSetId
(String changeSetId) The Amazon Resource Name (ARN) of the change set.changeSetName
(String changeSetName) The name of the change set.creationTime
(Instant creationTime) The start time when the change set was created, in UTC.description
(String description) Information about the change set.executionStatus
(String executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.executionStatus
(ExecutionStatus executionStatus) If the change set execution status isAVAILABLE
, you can execute the change set.includeNestedStacks
(Boolean includeNestedStacks) Verifies ifIncludeNestedStacks
is set toTrue
.If the output exceeds 1 MB, a string that identifies the next page of changes.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
(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.onStackFailure
(String onStackFailure) Determines what action will be taken if stack creation fails.onStackFailure
(OnStackFailure onStackFailure) Determines what action will be taken if stack creation fails.parameters
(Collection<Parameter> parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.parameters
(Consumer<Parameter.Builder>... parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.parameters
(Parameter... parameters) A list ofParameter
structures that describes the input parameters and their values used to create the change set.parentChangeSetId
(String parentChangeSetId) Specifies the change set ID of the parent change set in the current nested change set hierarchy.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.rollbackConfiguration
(RollbackConfiguration rollbackConfiguration) The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.rootChangeSetId
(String rootChangeSetId) Specifies the change set ID of the root change set in the current nested change set hierarchy.The Amazon Resource Name (ARN) of the stack that's associated with the change set.The name of the stack that's associated with the change set.The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.status
(ChangeSetStatus status) The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.statusReason
(String statusReason) A description of the change set's status.tags
(Collection<Tag> tags) If you execute the change set, the tags that will be associated with the stack.tags
(Consumer<Tag.Builder>... tags) If you execute the change set, the tags that will be associated with the stack.If you execute the change set, the tags that will be associated with the stack.Methods inherited from interface software.amazon.awssdk.services.cloudformation.model.CloudFormationResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
changeSetName
The name of the change set.
- Parameters:
changeSetName
- The name of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetId
The Amazon Resource Name (ARN) of the change set.
- Parameters:
changeSetId
- The Amazon Resource Name (ARN) of the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackId
The Amazon Resource Name (ARN) of the stack that's associated with the change set.
- Parameters:
stackId
- The Amazon Resource Name (ARN) of the stack that's associated with the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stackName
The name of the stack that's associated with the change set.
- Parameters:
stackName
- The name of the stack that's associated with the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Information about the change set.
- Parameters:
description
- Information about the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
parameters
- A list ofParameter
structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
parameters
- A list ofParameter
structures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameters
A list of
This is a convenience method that creates an instance of theParameter
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 viaParameter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toparameters(List<Parameter>)
.- Parameters:
parameters
- a consumer that will call methods onParameter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationTime
The start time when the change set was created, in UTC.
- Parameters:
creationTime
- The start time when the change set was created, in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, 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 anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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 anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Parameters:
executionStatus
- If the change set execution status isAVAILABLE
, 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 anUNAVAILABLE
state because CloudFormation is still creating it or in anOBSOLETE
state because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the change set, such as
CREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Parameters:
status
- The current status of the change set, such asCREATE_IN_PROGRESS
,CREATE_COMPLETE
, orFAILED
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollbackConfiguration
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.
- Parameters:
rollbackConfiguration
- The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rollbackConfiguration
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 viaRollbackConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed torollbackConfiguration(RollbackConfiguration)
.- Parameters:
rollbackConfiguration
- a consumer that will call methods onRollbackConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capabilitiesWithStrings
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
- Parameters:
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilitiesWithStrings
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
- Parameters:
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
- Parameters:
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
- Parameters:
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
If you execute the change set, the tags that will be associated with the stack.
- Parameters:
tags
- If you execute the change set, the tags that will be associated with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
If you execute the change set, the tags that will be associated with the stack.
- Parameters:
tags
- If you execute the change set, the tags that will be associated with the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
changes
A list of
Change
structures that describes the resources CloudFormation changes if you execute the change set.- Parameters:
changes
- A list ofChange
structures that describes the resources CloudFormation changes if you execute the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
A list of
Change
structures that describes the resources CloudFormation changes if you execute the change set.- Parameters:
changes
- A list ofChange
structures that describes the resources CloudFormation changes if you execute the change set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changes
A list of
This is a convenience method that creates an instance of theChange
structures that describes the resources CloudFormation changes if you execute the change set.Change.Builder
avoiding the need to create one manually viaChange.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochanges(List<Change>)
.- Parameters:
changes
- a consumer that will call methods onChange.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeNestedStacks
Verifies if
IncludeNestedStacks
is set toTrue
.- Parameters:
includeNestedStacks
- Verifies ifIncludeNestedStacks
is set toTrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentChangeSetId
Specifies the change set ID of the parent change set in the current nested change set hierarchy.
- Parameters:
parentChangeSetId
- Specifies the change set ID of the parent change set in the current nested change set hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rootChangeSetId
Specifies the change set ID of the root change set in the current nested change set hierarchy.
- Parameters:
rootChangeSetId
- Specifies the change set ID of the root change set in the current nested change set hierarchy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 theChangeSetType
parameter is set toCREATE
. If the deletion of the stack fails, the status of the stack isDELETE_FAILED
. -
DO_NOTHING
- if the stack creation fails, do nothing. This is equivalent to specifyingtrue
for theDisableRollback
parameter to the ExecuteChangeSet API operation. -
ROLLBACK
- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalse
for theDisableRollback
parameter to the ExecuteChangeSet API operation.
- Parameters:
onStackFailure
- Determines what action will be taken if stack creation fails. When this parameter is specified, theDisableRollback
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 theChangeSetType
parameter is set toCREATE
. If the deletion of the stack fails, the status of the stack isDELETE_FAILED
. -
DO_NOTHING
- if the stack creation fails, do nothing. This is equivalent to specifyingtrue
for theDisableRollback
parameter to the ExecuteChangeSet API operation. -
ROLLBACK
- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalse
for theDisableRollback
parameter to the ExecuteChangeSet API operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
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 theChangeSetType
parameter is set toCREATE
. If the deletion of the stack fails, the status of the stack isDELETE_FAILED
. -
DO_NOTHING
- if the stack creation fails, do nothing. This is equivalent to specifyingtrue
for theDisableRollback
parameter to the ExecuteChangeSet API operation. -
ROLLBACK
- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalse
for theDisableRollback
parameter to the ExecuteChangeSet API operation.
- Parameters:
onStackFailure
- Determines what action will be taken if stack creation fails. When this parameter is specified, theDisableRollback
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 theChangeSetType
parameter is set toCREATE
. If the deletion of the stack fails, the status of the stack isDELETE_FAILED
. -
DO_NOTHING
- if the stack creation fails, do nothing. This is equivalent to specifyingtrue
for theDisableRollback
parameter to the ExecuteChangeSet API operation. -
ROLLBACK
- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalse
for theDisableRollback
parameter to the ExecuteChangeSet API operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-