public static class ListSourceEventTypesRequest.Builder extends Object implements BmcRequest.Builder<ListSourceEventTypesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSourceEventTypesRequest |
build()
Build the instance of ListSourceEventTypesRequest as configured by this builder
|
ListSourceEventTypesRequest |
buildWithoutInvocationCallback()
Build the instance of ListSourceEventTypesRequest as configured by this builder
|
ListSourceEventTypesRequest.Builder |
copy(ListSourceEventTypesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSourceEventTypesRequest.Builder |
displayText(String displayText)
The text used for filtering event types by name or description.
|
ListSourceEventTypesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSourceEventTypesRequest.Builder |
isEnabled(Boolean isEnabled)
The enabled flag used for filtering.
|
ListSourceEventTypesRequest.Builder |
isSystem(ListSourceEventTypesRequest.IsSystem isSystem)
The system value used for filtering.
|
ListSourceEventTypesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListSourceEventTypesRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListSourceEventTypesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListSourceEventTypesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListSourceEventTypesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSourceEventTypesRequest.Builder |
sortBy(ListSourceEventTypesRequest.SortBy sortBy)
The attribute used to sort the returned source event types.
|
ListSourceEventTypesRequest.Builder |
sortOrder(ListSourceEventTypesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListSourceEventTypesRequest.Builder |
sourceName(String sourceName)
The source name.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSourceEventTypesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListSourceEventTypesRequest.Builder sourceName(String sourceName)
The source name.
sourceName
- the value to setpublic ListSourceEventTypesRequest.Builder displayText(String displayText)
The text used for filtering event types by name or description.
displayText
- the value to setpublic ListSourceEventTypesRequest.Builder isSystem(ListSourceEventTypesRequest.IsSystem isSystem)
The system value used for filtering. Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value).
isSystem
- the value to setpublic ListSourceEventTypesRequest.Builder isEnabled(Boolean isEnabled)
The enabled flag used for filtering. Only items with the specified enabled value will be returned.
isEnabled
- the value to setpublic ListSourceEventTypesRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListSourceEventTypesRequest.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 ListSourceEventTypesRequest.Builder sortBy(ListSourceEventTypesRequest.SortBy sortBy)
The attribute used to sort the returned source event types.
sortBy
- the value to setpublic ListSourceEventTypesRequest.Builder sortOrder(ListSourceEventTypesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListSourceEventTypesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListSourceEventTypesRequest.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 ListSourceEventTypesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSourceEventTypesRequest.Builder copy(ListSourceEventTypesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSourceEventTypesRequest,Void>
o
- other request from which to copy valuespublic ListSourceEventTypesRequest build()
Build the instance of ListSourceEventTypesRequest 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<ListSourceEventTypesRequest,Void>
public ListSourceEventTypesRequest buildWithoutInvocationCallback()
Build the instance of ListSourceEventTypesRequest 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–2023. All rights reserved.