public static class ListFieldsRequest.Builder extends Object implements BmcRequest.Builder<ListFieldsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFieldsRequest |
build()
Build the instance of ListFieldsRequest as configured by this builder
|
ListFieldsRequest |
buildWithoutInvocationCallback()
Build the instance of ListFieldsRequest as configured by this builder
|
ListFieldsRequest.Builder |
copy(ListFieldsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListFieldsRequest.Builder |
filter(String filter)
filter
|
ListFieldsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListFieldsRequest.Builder |
isIncludeParser(Boolean isIncludeParser)
isIncludeParser
|
ListFieldsRequest.Builder |
isMatchAll(Boolean isMatchAll)
A flag indicating how to handle filtering when multiple filter criteria are specified.
|
ListFieldsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListFieldsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListFieldsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListFieldsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListFieldsRequest.Builder |
parserIds(String parserIds)
A list of parser names used for filtering.
|
ListFieldsRequest.Builder |
parserNames(String parserNames)
A list of parser names used for filtering.
|
ListFieldsRequest.Builder |
parserType(ListFieldsRequest.ParserType parserType)
The parser type used for filtering.
|
ListFieldsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFieldsRequest.Builder |
sortBy(ListFieldsRequest.SortBy sortBy)
The attribute used to sort the returned fields
|
ListFieldsRequest.Builder |
sortOrder(ListFieldsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListFieldsRequest.Builder |
sourceIds(String sourceIds)
A list of source IDs used for filtering.
|
ListFieldsRequest.Builder |
sourceNames(String sourceNames)
A list of source names used for filtering.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFieldsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListFieldsRequest.Builder isMatchAll(Boolean isMatchAll)
A flag indicating how to handle filtering when multiple filter criteria are specified. A value of true will always result in the most expansive list of items being returned. For example, if two field lists are supplies as filter criteria, a value of true will result in any item matching a field in either list being returned, while a value of false will result in a list of items which only have fields contained in both input lists.
isMatchAll
- the value to setpublic ListFieldsRequest.Builder sourceIds(String sourceIds)
A list of source IDs used for filtering. Only fields used by the specified sources will be returned.
sourceIds
- the value to setpublic ListFieldsRequest.Builder sourceNames(String sourceNames)
A list of source names used for filtering. Only fields used by the specified sources will be returned.
sourceNames
- the value to setpublic ListFieldsRequest.Builder parserType(ListFieldsRequest.ParserType parserType)
The parser type used for filtering. Only items with, or associated with, parsers of the specified type will be returned.
parserType
- the value to setpublic ListFieldsRequest.Builder parserIds(String parserIds)
A list of parser names used for filtering. Only fields used by the specified parsers will be returned.
parserIds
- the value to setpublic ListFieldsRequest.Builder parserNames(String parserNames)
A list of parser names used for filtering. Only fields used by the specified parsers will be returned.
parserNames
- the value to setpublic ListFieldsRequest.Builder isIncludeParser(Boolean isIncludeParser)
isIncludeParser
isIncludeParser
- the value to setpublic ListFieldsRequest.Builder filter(String filter)
filter
filter
- the value to setpublic ListFieldsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListFieldsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
page
- the value to setpublic ListFieldsRequest.Builder sortOrder(ListFieldsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListFieldsRequest.Builder sortBy(ListFieldsRequest.SortBy sortBy)
The attribute used to sort the returned fields
sortBy
- the value to setpublic ListFieldsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListFieldsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListFieldsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListFieldsRequest.Builder copy(ListFieldsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListFieldsRequest,Void>
o
- other request from which to copy valuespublic ListFieldsRequest build()
Build the instance of ListFieldsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListFieldsRequest,Void>
public ListFieldsRequest buildWithoutInvocationCallback()
Build the instance of ListFieldsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.