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

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

Introduction

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

The text is from its open source code.

Constructor

Method

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 create the stack.

voidsetTemplateBody(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.

voidsetTemplateURL(String templateURL)

The location of the file that contains the revised template.

voidsetUsePreviousTemplate(Boolean usePreviousTemplate)

Whether to reuse the template that is associated with the stack to create the change set.

CreateChangeSetRequestwithChangeSetName(String changeSetName)

The name of the change set.

CreateChangeSetRequestwithParameters(Parameter... parameters)

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

CreateChangeSetRequestwithParameters(java.util.Collection parameters)

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

CreateChangeSetRequestwithTemplateBody(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.