Interface DescribeChangeSetResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFormationResponse.Builder,CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>,SdkBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeChangeSetResponse
public static interface DescribeChangeSetResponse.Builder extends CloudFormationResponse.Builder, SdkPojo, CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeChangeSetResponse.Buildercapabilities(Collection<Capability> capabilities)If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Buildercapabilities(Capability... capabilities)If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.BuildercapabilitiesWithStrings(String... capabilities)If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.BuildercapabilitiesWithStrings(Collection<String> capabilities)If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.DescribeChangeSetResponse.Builderchanges(Collection<Change> changes)A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.DescribeChangeSetResponse.Builderchanges(Consumer<Change.Builder>... changes)A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.DescribeChangeSetResponse.Builderchanges(Change... changes)A list ofChangestructures that describes the resources CloudFormation changes if you execute the change set.DescribeChangeSetResponse.BuilderchangeSetId(String changeSetId)The Amazon Resource Name (ARN) of the change set.DescribeChangeSetResponse.BuilderchangeSetName(String changeSetName)The name of the change set.DescribeChangeSetResponse.BuildercreationTime(Instant creationTime)The start time when the change set was created, in UTC.DescribeChangeSetResponse.Builderdescription(String description)Information about the change set.DescribeChangeSetResponse.BuilderexecutionStatus(String executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.DescribeChangeSetResponse.BuilderexecutionStatus(ExecutionStatus executionStatus)If the change set execution status isAVAILABLE, you can execute the change set.DescribeChangeSetResponse.BuilderimportExistingResources(Boolean importExistingResources)Indicates if the stack set imports resources that already exist.DescribeChangeSetResponse.BuilderincludeNestedStacks(Boolean includeNestedStacks)Verifies ifIncludeNestedStacksis set toTrue.DescribeChangeSetResponse.BuildernextToken(String nextToken)If the output exceeds 1 MB, a string that identifies the next page of changes.DescribeChangeSetResponse.BuildernotificationARNs(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.BuildernotificationARNs(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.BuilderonStackFailure(String onStackFailure)Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.BuilderonStackFailure(OnStackFailure onStackFailure)Determines what action will be taken if stack creation fails.DescribeChangeSetResponse.Builderparameters(Collection<Parameter> parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.Builderparameters(Consumer<Parameter.Builder>... parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.Builderparameters(Parameter... parameters)A list ofParameterstructures that describes the input parameters and their values used to create the change set.DescribeChangeSetResponse.BuilderparentChangeSetId(String parentChangeSetId)Specifies the change set ID of the parent change set in the current nested change set hierarchy.default DescribeChangeSetResponse.BuilderrollbackConfiguration(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.BuilderrollbackConfiguration(RollbackConfiguration rollbackConfiguration)The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the specified monitoring period afterwards.DescribeChangeSetResponse.BuilderrootChangeSetId(String rootChangeSetId)Specifies the change set ID of the root change set in the current nested change set hierarchy.DescribeChangeSetResponse.BuilderstackId(String stackId)The Amazon Resource Name (ARN) of the stack that's associated with the change set.DescribeChangeSetResponse.BuilderstackName(String stackName)The name of the stack that's associated with the change set.DescribeChangeSetResponse.Builderstatus(String status)The current status of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.Builderstatus(ChangeSetStatus status)The current status of the change set, such asCREATE_IN_PROGRESS,CREATE_COMPLETE, orFAILED.DescribeChangeSetResponse.BuilderstatusReason(String statusReason)A description of the change set's status.DescribeChangeSetResponse.Buildertags(Collection<Tag> tags)If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Buildertags(Consumer<Tag.Builder>... tags)If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Buildertags(Tag... tags)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 Detail
-
changeSetName
DescribeChangeSetResponse.Builder changeSetName(String 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
DescribeChangeSetResponse.Builder changeSetId(String 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
DescribeChangeSetResponse.Builder stackId(String 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
DescribeChangeSetResponse.Builder stackName(String 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
DescribeChangeSetResponse.Builder description(String 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
DescribeChangeSetResponse.Builder parameters(Collection<Parameter> parameters)
A list of
Parameterstructures 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 ofParameterstructures 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
DescribeChangeSetResponse.Builder parameters(Parameter... parameters)
A list of
Parameterstructures 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 ofParameterstructures 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
DescribeChangeSetResponse.Builder parameters(Consumer<Parameter.Builder>... parameters)
A list of
This is a convenience method that creates an instance of theParameterstructures that describes the input parameters and their values used to create the change set. For more information, see the Parameter data type.Parameter.Builderavoiding the need to create one manually viaParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#parameters(List.) - 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:
#parameters(java.util.Collection)
-
creationTime
DescribeChangeSetResponse.Builder creationTime(Instant 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
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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
executionStatus
DescribeChangeSetResponse.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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate 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 anUNAVAILABLEstate because CloudFormation is still creating it or in anOBSOLETEstate because the stack was already updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ExecutionStatus,ExecutionStatus
-
status
DescribeChangeSetResponse.Builder status(String 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:
ChangeSetStatus,ChangeSetStatus
-
status
DescribeChangeSetResponse.Builder status(ChangeSetStatus 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:
ChangeSetStatus,ChangeSetStatus
-
statusReason
DescribeChangeSetResponse.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.
- 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
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.
- 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
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.
- 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.Builderavoiding the need to create one manually viaRollbackConfiguration.builder().When the
Consumercompletes,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:
rollbackConfiguration(RollbackConfiguration)
-
capabilitiesWithStrings
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.
- 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
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.
- 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
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.
- 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
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.
- 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
DescribeChangeSetResponse.Builder tags(Collection<Tag> 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
DescribeChangeSetResponse.Builder tags(Tag... 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
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
changes
DescribeChangeSetResponse.Builder changes(Collection<Change> changes)
A list of
Changestructures that describes the resources CloudFormation changes if you execute the change set.- Parameters:
changes- A list ofChangestructures 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
DescribeChangeSetResponse.Builder changes(Change... changes)
A list of
Changestructures that describes the resources CloudFormation changes if you execute the change set.- Parameters:
changes- A list ofChangestructures 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
DescribeChangeSetResponse.Builder changes(Consumer<Change.Builder>... changes)
A list of
This is a convenience method that creates an instance of theChangestructures that describes the resources CloudFormation changes if you execute the change set.Change.Builderavoiding the need to create one manually viaChange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#changes(List.) - 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:
#changes(java.util.Collection)
-
nextToken
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.
- 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
DescribeChangeSetResponse.Builder includeNestedStacks(Boolean includeNestedStacks)
Verifies if
IncludeNestedStacksis set toTrue.- Parameters:
includeNestedStacks- Verifies ifIncludeNestedStacksis set toTrue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentChangeSetId
DescribeChangeSetResponse.Builder parentChangeSetId(String 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
DescribeChangeSetResponse.Builder rootChangeSetId(String 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
DescribeChangeSetResponse.Builder onStackFailure(String onStackFailure)
Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollbackparameter 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 theChangeSetTypeparameter 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 specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
- Parameters:
onStackFailure- Determines what action will be taken if stack creation fails. When this parameter is specified, theDisableRollbackparameter 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 theChangeSetTypeparameter 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 specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnStackFailure,OnStackFailure
-
-
onStackFailure
DescribeChangeSetResponse.Builder onStackFailure(OnStackFailure onStackFailure)
Determines what action will be taken if stack creation fails. When this parameter is specified, the
DisableRollbackparameter 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 theChangeSetTypeparameter 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 specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
- Parameters:
onStackFailure- Determines what action will be taken if stack creation fails. When this parameter is specified, theDisableRollbackparameter 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 theChangeSetTypeparameter 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 specifyingtruefor theDisableRollbackparameter to the ExecuteChangeSet API operation. -
ROLLBACK- if the stack creation fails, roll back the stack. This is equivalent to specifyingfalsefor theDisableRollbackparameter to the ExecuteChangeSet API operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
OnStackFailure,OnStackFailure
-
-
importExistingResources
DescribeChangeSetResponse.Builder importExistingResources(Boolean importExistingResources)
Indicates if the stack set imports resources that already exist.
This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.
- Parameters:
importExistingResources- Indicates if the stack set imports resources that already exist.This parameter can only import resources that have custom names in templates. To import resources that do not accept custom names, such as EC2 instances, use the resource import feature instead.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-