Java com.amazonaws.services.ec2.model CreateImageRequest fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

CreateImageRequest()
Default constructor for CreateImageRequest object.
CreateImageRequest(String instanceId, String name)
Constructs a new CreateImageRequest object.

Method

voidsetDescription(String description)

A description for the new image.

voidsetInstanceId(String instanceId)

The ID of the instance.

voidsetName(String name)

A name for the new image.

voidsetNoReboot(Boolean noReboot)

By default, Amazon EC2 attempts to shut down and reboot the instance before creating the image.