Class BucketRange.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.BucketRange.Builder
-
- Enclosing class:
- BucketRange
public static class BucketRange.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketRange.Builder
alias(String alias)
Optional alias of the bucket range if specified in the querystring.BucketRange
build()
BucketRange.Builder
copy(BucketRange model)
BucketRange.Builder
lower(BigDecimal lower)
Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.BucketRange.Builder
upper(BigDecimal upper)
Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.
-
-
-
Method Detail
-
lower
public BucketRange.Builder lower(BigDecimal lower)
Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.- Parameters:
lower
- the value to set- Returns:
- this builder
-
upper
public BucketRange.Builder upper(BigDecimal upper)
Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.- Parameters:
upper
- the value to set- Returns:
- this builder
-
alias
public BucketRange.Builder alias(String alias)
Optional alias of the bucket range if specified in the querystring.- Parameters:
alias
- the value to set- Returns:
- this builder
-
build
public BucketRange build()
-
copy
public BucketRange.Builder copy(BucketRange model)
-
-