Class GeoStatsCommandDescriptor.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.GeoStatsCommandDescriptor.Builder
 
- 
- Enclosing class:
- GeoStatsCommandDescriptor
 
 public static class GeoStatsCommandDescriptor.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayQueryStringpublic GeoStatsCommandDescriptor.Builder displayQueryString(String displayQueryString) 
 - 
internalQueryStringpublic GeoStatsCommandDescriptor.Builder internalQueryString(String internalQueryString) 
 - 
categorypublic GeoStatsCommandDescriptor.Builder category(String category) 
 - 
referencedFieldspublic GeoStatsCommandDescriptor.Builder referencedFields(List<AbstractField> referencedFields) 
 - 
declaredFieldspublic GeoStatsCommandDescriptor.Builder declaredFields(List<AbstractField> declaredFields) 
 - 
isHiddenpublic GeoStatsCommandDescriptor.Builder isHidden(Boolean isHidden) 
 - 
includepublic GeoStatsCommandDescriptor.Builder include(GeoStatsCommandDescriptor.Include include) Indicates which coordinates to show.Either client, server, client and server or custom. If custom is specified at least one of coordinatesField, regionField or countryField is required. Defaults to client. - Parameters:
- include- the value to set
- Returns:
- this builder
 
 - 
cityFieldpublic GeoStatsCommandDescriptor.Builder cityField(AbstractField cityField) The city field to use.Only applicable when include = CUSTOM. - Parameters:
- cityField- the value to set
- Returns:
- this builder
 
 - 
regionFieldpublic GeoStatsCommandDescriptor.Builder regionField(AbstractField regionField) The region field to use.Only applicable when include = CUSTOM. - Parameters:
- regionField- the value to set
- Returns:
- this builder
 
 - 
countryFieldpublic GeoStatsCommandDescriptor.Builder countryField(AbstractField countryField) The country field to use.Only applicable when include = CUSTOM. - Parameters:
- countryField- the value to set
- Returns:
- this builder
 
 - 
continentFieldpublic GeoStatsCommandDescriptor.Builder continentField(AbstractField continentField) The continent field to use.Only applicable when include = CUSTOM. - Parameters:
- continentField- the value to set
- Returns:
- this builder
 
 - 
coordinatesFieldpublic GeoStatsCommandDescriptor.Builder coordinatesField(AbstractField coordinatesField) The coordinates field to use.Only applicable when include = CUSTOM. - Parameters:
- coordinatesField- the value to set
- Returns:
- this builder
 
 - 
groupByFieldspublic GeoStatsCommandDescriptor.Builder groupByFields(List<AbstractField> groupByFields) Group by fields if specified in the query string.Required if include = CUSTOM. - Parameters:
- groupByFields- the value to set
- Returns:
- this builder
 
 - 
functionspublic GeoStatsCommandDescriptor.Builder functions(List<FunctionField> functions) Statistical functions specified in the query string.At least 1 is required for a GEOSTATS command. - Parameters:
- functions- the value to set
- Returns:
- this builder
 
 - 
buildpublic GeoStatsCommandDescriptor build() 
 - 
copypublic GeoStatsCommandDescriptor.Builder copy(GeoStatsCommandDescriptor model) 
 
- 
 
-