Package 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
-
-
Field Summary
Fields Modifier and Type Field Description protected Set<Integer>
allowedUnits
protected Cost
costPerUnit
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AllowedArguments.Builder
allowedUnits(Integer... allowedUnits)
AllowedArguments.Builder
allowedUnits(Set<Integer> allowedUnits)
AllowedArguments
build()
AllowedArguments.Builder
costPerUnit(Cost costPerUnit)
AllowedArguments.Builder
fromAllowedArgument(AllowedArguments in)
-
-
-
Method Detail
-
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)
-
-