Java com.amazonaws.services.elasticbeanstalk.model CreateApplicationVersionRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CreateApplicationVersionRequest()
Default constructor for CreateApplicationVersionRequest object.
CreateApplicationVersionRequest(String applicationName, String versionLabel)
Constructs a new CreateApplicationVersionRequest object.

Method

voidsetApplicationName(String applicationName)

The name of the application.

voidsetAutoCreateApplication(Boolean autoCreateApplication)

Set to true to create an application with the specified name if it doesn't already exist.

voidsetDescription(String description)

Describes this version.

voidsetSourceBundle(S3Location sourceBundle)

The Amazon S3 bucket and key that identify the location of the source bundle for this version.

voidsetVersionLabel(String versionLabel)

A label identifying this version.