static CreateChangeSetRequest.Builder |
CreateChangeSetRequest.builder() |
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.capabilities(Collection<Capability> capabilities) |
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for CloudFormation to create the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.capabilities(Capability... capabilities) |
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for CloudFormation to create the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.capabilitiesWithStrings(String... capabilities) |
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for CloudFormation to create the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.capabilitiesWithStrings(Collection<String> capabilities) |
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in
order for CloudFormation to create the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.changeSetName(String changeSetName) |
The name of the change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.changeSetType(String changeSetType) |
The type of change set operation.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.changeSetType(ChangeSetType changeSetType) |
The type of change set operation.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.clientToken(String clientToken) |
A unique identifier for this CreateChangeSet request.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.description(String description) |
A description to help you identify this change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.importExistingResources(Boolean importExistingResources) |
Indicates if the stack set imports resources that already exist.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.includeNestedStacks(Boolean includeNestedStacks) |
Creates a change set for the all nested stacks specified in the template.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.notificationARNs(String... notificationARNs) |
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that
CloudFormation associates with the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.notificationARNs(Collection<String> notificationARNs) |
The Amazon Resource Names (ARNs) of Amazon Simple Notification Service (Amazon SNS) topics that
CloudFormation associates with the stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.onStackFailure(String onStackFailure) |
Determines what action will be taken if stack creation fails.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.onStackFailure(OnStackFailure onStackFailure) |
Determines what action will be taken if stack creation fails.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.parameters(Collection<Parameter> parameters) |
A list of Parameter structures that specify input parameters for the change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.parameters(Consumer<Parameter.Builder>... parameters) |
A list of Parameter structures that specify input parameters for the change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.parameters(Parameter... parameters) |
A list of Parameter structures that specify input parameters for the change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.resourcesToImport(Collection<ResourceToImport> resourcesToImport) |
The resources to import into your stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.resourcesToImport(Consumer<ResourceToImport.Builder>... resourcesToImport) |
The resources to import into your stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.resourcesToImport(ResourceToImport... resourcesToImport) |
The resources to import into your stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.resourceTypes(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.Builder |
CreateChangeSetRequest.Builder.resourceTypes(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.Builder |
CreateChangeSetRequest.Builder.roleARN(String roleARN) |
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes
when executing the change set.
|
default CreateChangeSetRequest.Builder |
CreateChangeSetRequest.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.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.rollbackConfiguration(RollbackConfiguration rollbackConfiguration) |
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for
the specified monitoring period afterwards.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.stackName(String stackName) |
The name or the unique ID of the stack for which you are creating a change set.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.tags(Collection<Tag> tags) |
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.tags(Tag... tags) |
Key-value pairs to associate with this stack.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.templateBody(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.Builder |
CreateChangeSetRequest.Builder.templateURL(String templateURL) |
The location of the file that contains the revised template.
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.toBuilder() |
|
CreateChangeSetRequest.Builder |
CreateChangeSetRequest.Builder.usePreviousTemplate(Boolean usePreviousTemplate) |
Whether to reuse the template that's associated with the stack to create the change set.
|