org.jclouds.glesys.domain
Class AllowedArguments.Builder
java.lang.Object
org.jclouds.glesys.domain.AllowedArguments.Builder
- Enclosing class:
- AllowedArguments
public static class AllowedArguments.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
costPerUnit
protected Cost costPerUnit
allowedUnits
protected Set<Integer> allowedUnits
AllowedArguments.Builder
public AllowedArguments.Builder()
costPerUnit
public AllowedArguments.Builder costPerUnit(Cost costPerUnit)
- See Also:
AllowedArguments.getCostPerUnit()
allowedUnits
public AllowedArguments.Builder allowedUnits(Set<Integer> allowedUnits)
- See Also:
AllowedArguments.getAllowedUnits()
allowedUnits
public AllowedArguments.Builder allowedUnits(Integer... allowedUnits)
build
public AllowedArguments build()
fromAllowedArgument
public AllowedArguments.Builder fromAllowedArgument(AllowedArguments in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.