CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
, SdkBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
public static interface DescribeChangeSetResponse.Builder extends CopyableBuilder<DescribeChangeSetResponse.Builder,DescribeChangeSetResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeChangeSetResponse.Builder |
capabilities(String... 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<String> 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.
|
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 |
changes(Change... changes) |
A list of
Change structures that describes the resources AWS CloudFormation changes if you
execute the change set. |
DescribeChangeSetResponse.Builder |
changeSetId(String changeSetId) |
The ARN of the change set.
|
DescribeChangeSetResponse.Builder |
changeSetName(String changeSetName) |
The name of the change set.
|
DescribeChangeSetResponse.Builder |
creationTime(Date 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(String executionStatus) |
If the change set execution status is
AVAILABLE , you can execute the change set. |
DescribeChangeSetResponse.Builder |
executionStatus(ExecutionStatus executionStatus) |
If the change set execution status is
AVAILABLE , you can execute the change set. |
DescribeChangeSetResponse.Builder |
nextToken(String nextToken) |
If the output exceeds 1 MB, a string that identifies the next page of changes.
|
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 |
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 |
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(Parameter... parameters) |
A list of
Parameter structures that describes the input parameters and their values used to
create the change set. |
DescribeChangeSetResponse.Builder |
stackId(String stackId) |
The ARN of the stack that is associated with the change set.
|
DescribeChangeSetResponse.Builder |
stackName(String stackName) |
The name of the stack that is associated with the change set.
|
DescribeChangeSetResponse.Builder |
status(String status) |
The current status of the change set, such as
CREATE_IN_PROGRESS , CREATE_COMPLETE ,
or FAILED . |
DescribeChangeSetResponse.Builder |
status(ChangeSetStatus 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(Tag... tags) |
If you execute the change set, the tags that will be associated with the stack.
|
copy
apply, build
DescribeChangeSetResponse.Builder changeSetName(String changeSetName)
The name of the change set.
changeSetName
- The name of the change set.DescribeChangeSetResponse.Builder changeSetId(String changeSetId)
The ARN of the change set.
changeSetId
- The ARN of the change set.DescribeChangeSetResponse.Builder stackId(String stackId)
The ARN of the stack that is associated with the change set.
stackId
- The ARN of the stack that is associated with the change set.DescribeChangeSetResponse.Builder stackName(String stackName)
The name of the stack that is associated with the change set.
stackName
- The name of the stack that is 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.
NOTE: This method appends the values to the existing list (if any). Use
#setParameters(java.util.Collection)
or #withParameters(java.util.Collection)
if you want to
override the existing values.
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 creationTime(Date 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 AWS 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 AWS CloudFormation is still creating it or in an
OBSOLETE
state because the stack was already updated.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 an
UNAVAILABLE
state because AWS 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 AWS CloudFormation is still creating it or in an
OBSOLETE
state because the stack was already updated.ExecutionStatus
DescribeChangeSetResponse.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
DescribeChangeSetResponse.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
DescribeChangeSetResponse.Builder statusReason(String statusReason)
A description of the change set's status. For example, if your attempt to create a change set failed, AWS 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,
AWS 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.
NOTE: This method appends the values to the existing list (if any). Use
#setNotificationARNs(java.util.Collection)
or #withNotificationARNs(java.util.Collection)
if
you want to override the existing values.
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 capabilities(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.Capability
DescribeChangeSetResponse.Builder capabilities(String... capabilities)
If you execute the change set, the list of capabilities that were explicitly acknowledged when the change set was created.
NOTE: This method appends the values to the existing list (if any). Use
#setCapabilities(java.util.Collection)
or #withCapabilities(java.util.Collection)
if you want
to override the existing values.
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.Capability
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCapabilities(java.util.Collection)
or #withCapabilities(java.util.Collection)
if you want
to override the existing values.
capabilities
- If you execute the change set, the list of capabilities that were explicitly acknowledged when the
change set was created.Capability
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.
NOTE: This method appends the values to the existing list (if any). Use
#setTags(java.util.Collection)
or #withTags(java.util.Collection)
if you want to override the
existing values.
tags
- If you execute the change set, the tags that will be associated with the stack.DescribeChangeSetResponse.Builder changes(Collection<Change> changes)
A list of Change
structures that describes the resources AWS CloudFormation changes if you
execute the change set.
changes
- A list of Change
structures that describes the resources AWS CloudFormation changes if
you execute the change set.DescribeChangeSetResponse.Builder changes(Change... changes)
A list of Change
structures that describes the resources AWS CloudFormation changes if you
execute the change set.
NOTE: This method appends the values to the existing list (if any). Use
#setChanges(java.util.Collection)
or #withChanges(java.util.Collection)
if you want to
override the existing values.
changes
- A list of Change
structures that describes the resources AWS CloudFormation changes if
you execute the change set.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.