Java com.amazonaws.services.cloudformation.model UpdateStackRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudformation.model UpdateStackRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudformation.model UpdateStackRequest.

The text is from its open source code.

Constructor

Method

java.util.ListgetCapabilities()

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.

StringgetStackName()

The name or unique stack ID of the stack to update.

voidsetCapabilities(java.util.Collection capabilities)

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to update the stack.

voidsetParameters(java.util.Collection parameters)

A list of Parameter structures that specify input parameters for the stack.

voidsetStackName(String stackName)

The name or unique stack ID of the stack to update.

voidsetStackPolicyBody(String stackPolicyBody)

Structure containing a new stack policy body.

voidsetStackPolicyURL(String stackPolicyURL)

Location of a file containing the updated stack policy.

voidsetTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

voidsetTemplateURL(String templateURL)

Location of file containing the template body.

voidsetUsePreviousTemplate(Boolean usePreviousTemplate)

Reuse the existing template that is associated with the stack that you are updating.

UpdateStackRequestwithNotificationARNs(String... notificationARNs)

Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.

UpdateStackRequestwithNotificationARNs(java.util.Collection notificationARNs)

Amazon Simple Notification Service topic Amazon Resource Names (ARNs) that AWS CloudFormation associates with the stack.

UpdateStackRequestwithParameters(Parameter... parameters)

A list of Parameter structures that specify input parameters for the stack.

UpdateStackRequestwithParameters(java.util.Collection parameters)

A list of Parameter structures that specify input parameters for the stack.

UpdateStackRequestwithResourceTypes(String... resourceTypes)

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

UpdateStackRequestwithResourceTypes(java.util.Collection resourceTypes)

The template resource types that you have permissions to work with for this update stack action, such as AWS::EC2::Instance, AWS::EC2::*, or Custom::MyCustomInstance.

UpdateStackRequestwithStackName(String stackName)

The name or unique stack ID of the stack to update.

UpdateStackRequestwithTags(Tag... tags)

Key-value pairs to associate with this stack.

UpdateStackRequestwithTags(java.util.Collection tags)

Key-value pairs to associate with this stack.

UpdateStackRequestwithTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

UpdateStackRequestwithTemplateURL(String templateURL)

Location of file containing the template body.

UpdateStackRequestwithUsePreviousTemplate(Boolean usePreviousTemplate)

Reuse the existing template that is associated with the stack that you are updating.