Package com.oracle.bmc.fusionapps.model
Class LimitAndUsage.Builder
- java.lang.Object
-
- com.oracle.bmc.fusionapps.model.LimitAndUsage.Builder
-
- Enclosing class:
- LimitAndUsage
public static class LimitAndUsage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LimitAndUsagebuild()LimitAndUsage.Buildercopy(LimitAndUsage model)LimitAndUsage.Builderlimit(Integer limit)The limit of current environment.LimitAndUsage.Builderusage(Integer usage)The usage of current environment.
-
-
-
Method Detail
-
limit
public LimitAndUsage.Builder limit(Integer limit)
The limit of current environment.- Parameters:
limit- the value to set- Returns:
- this builder
-
usage
public LimitAndUsage.Builder usage(Integer usage)
The usage of current environment.- Parameters:
usage- the value to set- Returns:
- this builder
-
build
public LimitAndUsage build()
-
copy
public LimitAndUsage.Builder copy(LimitAndUsage model)
-
-