com.atlassian.aws.ec2.configuration
Class ImageData.ImageDefinition

java.lang.Object
  extended by com.atlassian.aws.ec2.configuration.ImageData.ImageDefinition
Enclosing class:
ImageData

public static class ImageData.ImageDefinition
extends Object


Constructor Summary
ImageData.ImageDefinition(AwsSupportConstants.Region region, AwsSupportConstants.RootDeviceType rootDeviceType, AwsSupportConstants.Architecture imageArchitecture, AwsSupportConstants.Platform imagePlatform, String osName, String imageId)
           
 
Method Summary
 AwsSupportConstants.Architecture getImageArchitecture()
           
 String getImageId()
           
 AwsSupportConstants.Platform getImagePlatform()
           
 String getOsName()
           
 AwsSupportConstants.Region getRegion()
           
 AwsSupportConstants.RootDeviceType getRootDeviceType()
           
 void setImageId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageData.ImageDefinition

public ImageData.ImageDefinition(@NotNull
                                 AwsSupportConstants.Region region,
                                 @NotNull
                                 AwsSupportConstants.RootDeviceType rootDeviceType,
                                 @NotNull
                                 AwsSupportConstants.Architecture imageArchitecture,
                                 @NotNull
                                 AwsSupportConstants.Platform imagePlatform,
                                 @NotNull
                                 String osName,
                                 @NotNull
                                 String imageId)
Method Detail

getImageId

public String getImageId()

setImageId

public void setImageId(String value)

getRegion

public AwsSupportConstants.Region getRegion()

getRootDeviceType

public AwsSupportConstants.RootDeviceType getRootDeviceType()

getImageArchitecture

public AwsSupportConstants.Architecture getImageArchitecture()

getImagePlatform

public AwsSupportConstants.Platform getImagePlatform()

getOsName

public String getOsName()


Copyright © 2015 Atlassian. All rights reserved.