Package org.jclouds.ec2.options
Class RegisterImageOptions.Builder
java.lang.Object
org.jclouds.ec2.options.RegisterImageOptions.Builder
- Enclosing class:
 RegisterImageOptions
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic RegisterImageOptionsasArchitecture(Image.Architecture architecture) static RegisterImageOptionswithDescription(String additionalInfo) static RegisterImageOptionswithKernelId(String kernelId) static RegisterImageOptionswithRamdisk(String ramdiskId)  
- 
Constructor Details
- 
Builder
public Builder() 
 - 
 - 
Method Details
- 
asArchitecture
- See Also:
 
 - 
withDescription
- See Also:
 
 - 
withKernelId
- See Also:
 
 - 
withRamdisk
- See Also:
 
 
 -