CreateChangeSetRequest |
CreateChangeSetRequest.clone() |
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(Capability... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(String... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withCapabilities(Collection<String> capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can update certain stacks.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withChangeSetName(String changeSetName) |
The name of the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withClientToken(String clientToken) |
A unique identifier for this CreateChangeSet request.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withDescription(String description) |
A description to help you identify this change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withNotificationARNs(String... notificationARNs) |
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service
(Amazon SNS) topics that AWS CloudFormation associates with the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withNotificationARNs(Collection<String> notificationARNs) |
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service
(Amazon SNS) topics that AWS CloudFormation associates with the stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withParameters(Parameter... parameters) |
A list of Parameter structures that specify input parameters
for the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withParameters(Collection<Parameter> parameters) |
A list of Parameter structures that specify input parameters
for the change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourceTypes(String... resourceTypes) |
The template resource types that you have permissions to work with if you
execute this change set, such as AWS::EC2::Instance ,
AWS::EC2::* , or Custom::MyCustomInstance .
|
CreateChangeSetRequest |
CreateChangeSetRequest.withResourceTypes(Collection<String> resourceTypes) |
The template resource types that you have permissions to work with if you
execute this change set, such as AWS::EC2::Instance ,
AWS::EC2::* , or Custom::MyCustomInstance .
|
CreateChangeSetRequest |
CreateChangeSetRequest.withStackName(String stackName) |
The name or the unique ID of the stack for which you are creating a
change set.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Tag... tags) |
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTags(Collection<Tag> tags) |
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTemplateBody(String templateBody) |
A structure that contains the body of the revised template, with a
minimum length of 1 byte and a maximum length of 51,200 bytes.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withTemplateURL(String templateURL) |
The location of the file that contains the revised template.
|
CreateChangeSetRequest |
CreateChangeSetRequest.withUsePreviousTemplate(Boolean usePreviousTemplate) |
Whether to reuse the template that is associated with the stack to create
the change set.
|