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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidsetTemplateBody(String templateBody)

The structure that contains the template body, 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 template body.

voidsetUsePreviousTemplate(Boolean usePreviousTemplate)

Use the existing template that's associated with the stack set that you're updating.