Class BucketRange.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.BucketRange.Builder
 
- 
- Enclosing class:
- BucketRange
 
 public static class BucketRange.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BucketRange.Builderalias(String alias)Optional alias of the bucket range if specified in the querystring.BucketRangebuild()BucketRange.Buildercopy(BucketRange model)BucketRange.Builderlower(BigDecimal lower)Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.BucketRange.Builderupper(BigDecimal upper)Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command.
 
- 
- 
- 
Method Detail- 
lowerpublic 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
 
 - 
upperpublic 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
 
 - 
aliaspublic 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
 
 - 
buildpublic BucketRange build() 
 - 
copypublic BucketRange.Builder copy(BucketRange model) 
 
- 
 
-