org.jclouds.glesys.domain
Class ArchiveAllowedArguments.Builder

java.lang.Object
  extended by org.jclouds.glesys.domain.ArchiveAllowedArguments.Builder
Enclosing class:
ArchiveAllowedArguments

public static class ArchiveAllowedArguments.Builder
extends Object


Constructor Summary
ArchiveAllowedArguments.Builder()
           
 
Method Summary
 ArchiveAllowedArguments.Builder archiveSizes(Integer... archiveSizes)
           
 ArchiveAllowedArguments.Builder archiveSizes(List<Integer> archiveSizes)
           
 ArchiveAllowedArguments build()
           
 ArchiveAllowedArguments.Builder fromArchiveAllowedArguments(ArchiveAllowedArguments in)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveAllowedArguments.Builder

public ArchiveAllowedArguments.Builder()
Method Detail

archiveSizes

public ArchiveAllowedArguments.Builder archiveSizes(List<Integer> archiveSizes)

archiveSizes

public ArchiveAllowedArguments.Builder archiveSizes(Integer... archiveSizes)

build

public ArchiveAllowedArguments build()

fromArchiveAllowedArguments

public ArchiveAllowedArguments.Builder fromArchiveAllowedArguments(ArchiveAllowedArguments in)


Copyright © 2009-2012 jclouds. All Rights Reserved.