public static class ExportDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExportDetails |
build() |
ExportDetails.Builder |
compartmentId(String compartmentId)
Compartment Identifier [OCID]
(https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
|
ExportDetails.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to search all child compartments of the compartment Id specified in the
compartmentId query parameter.
|
ExportDetails.Builder |
copy(ExportDetails model) |
ExportDetails.Builder |
maxTotalCount(Integer maxTotalCount)
Maximum number of results retrieved from data source is determined by the specific query
used and the maxTotalCount input field.
|
ExportDetails.Builder |
outputFormat(ExportDetails.OutputFormat outputFormat)
Specifies the format for the returned results.
|
ExportDetails.Builder |
queryString(String queryString)
Query to perform.
|
ExportDetails.Builder |
queryTimeoutInSeconds(Integer queryTimeoutInSeconds)
Amount of time, in seconds, allowed for a query to execute.
|
ExportDetails.Builder |
scopeFilters(List<ScopeFilter> scopeFilters)
List of filters to be applied when the query executes.
|
ExportDetails.Builder |
shouldIncludeColumns(Boolean shouldIncludeColumns)
Include columns in response
|
ExportDetails.Builder |
shouldLocalize(Boolean shouldLocalize)
Localize results, including header columns, List-Of-Values and timestamp values.
|
ExportDetails.Builder |
shouldUseAcceleration(Boolean shouldUseAcceleration)
Controls if query should ignore pre-calculated results if available and only use raw
data.
|
ExportDetails.Builder |
subSystem(SubSystemName subSystem)
Default subsystem to qualify fields with in the queryString if not specified.
|
ExportDetails.Builder |
timeFilter(TimeRange timeFilter) |
public ExportDetails.Builder compartmentId(String compartmentId)
Compartment Identifier [OCID] (https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm).
compartmentId
- the value to setpublic ExportDetails.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Flag to search all child compartments of the compartment Id specified in the compartmentId query parameter.
compartmentIdInSubtree
- the value to setpublic ExportDetails.Builder queryString(String queryString)
Query to perform.
queryString
- the value to setpublic ExportDetails.Builder subSystem(SubSystemName subSystem)
Default subsystem to qualify fields with in the queryString if not specified.
subSystem
- the value to setpublic ExportDetails.Builder scopeFilters(List<ScopeFilter> scopeFilters)
List of filters to be applied when the query executes. More than one filter per field is not permitted.
scopeFilters
- the value to setpublic ExportDetails.Builder maxTotalCount(Integer maxTotalCount)
Maximum number of results retrieved from data source is determined by the specific query used and the maxTotalCount input field. If the export results can be streamed, the maximum will be 1,000,000. If the results cannot be streamed, the maximum limit is 500 for queries that include the link command and 10,000 for the queries that do not include the link command.
Queries that include certain commands such as head, tail or stats cannot be streamed and are subject to a maximum of 10,000 results. Queries that include the sort command cannot be streamed unless the sort fields are restricted to id and/or time. The maximum number of results retrieved is the lesser of the maxTotalCount input provided and the applicable limit described above.
maxTotalCount
- the value to setpublic ExportDetails.Builder timeFilter(TimeRange timeFilter)
public ExportDetails.Builder queryTimeoutInSeconds(Integer queryTimeoutInSeconds)
Amount of time, in seconds, allowed for a query to execute. If this time expires before the query is complete, any partial results will be returned.
queryTimeoutInSeconds
- the value to setpublic ExportDetails.Builder shouldIncludeColumns(Boolean shouldIncludeColumns)
Include columns in response
shouldIncludeColumns
- the value to setpublic ExportDetails.Builder outputFormat(ExportDetails.OutputFormat outputFormat)
Specifies the format for the returned results.
outputFormat
- the value to setpublic ExportDetails.Builder shouldLocalize(Boolean shouldLocalize)
Localize results, including header columns, List-Of-Values and timestamp values.
shouldLocalize
- the value to setpublic ExportDetails.Builder shouldUseAcceleration(Boolean shouldUseAcceleration)
Controls if query should ignore pre-calculated results if available and only use raw data.
shouldUseAcceleration
- the value to setpublic ExportDetails build()
public ExportDetails.Builder copy(ExportDetails model)
Copyright © 2016–2024. All rights reserved.