public static class ListLogsRequest.Builder extends Object implements BmcRequest.Builder<ListLogsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListLogsRequest |
build()
Build the instance of ListLogsRequest as configured by this builder
|
ListLogsRequest |
buildWithoutInvocationCallback()
Build the instance of ListLogsRequest as configured by this builder
|
ListLogsRequest.Builder |
copy(ListLogsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListLogsRequest.Builder |
displayName(String displayName)
Resource name.
|
ListLogsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListLogsRequest.Builder |
lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log object
|
ListLogsRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
ListLogsRequest.Builder |
logGroupId(String logGroupId)
OCID of a log group to work with.
|
ListLogsRequest.Builder |
logType(ListLogsRequest.LogType logType)
The logType that the log object is for, whether custom or service.
|
ListLogsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListLogsRequest.Builder |
page(String page)
For list pagination.
|
ListLogsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListLogsRequest.Builder |
sortBy(ListLogsRequest.SortBy sortBy)
The field to sort by (one column only).
|
ListLogsRequest.Builder |
sortOrder(ListLogsRequest.SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
|
ListLogsRequest.Builder |
sourceResource(String sourceResource)
Log object resource, which is a field of LogSummary.Configuration.Source.
|
ListLogsRequest.Builder |
sourceService(String sourceService)
Service that created the log object, which is a field of LogSummary.Configuration.Source.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListLogsRequest.Builder logGroupId(String logGroupId)
OCID of a log group to work with.
logGroupId
- the value to setpublic ListLogsRequest.Builder logType(ListLogsRequest.LogType logType)
The logType that the log object is for, whether custom or service.
logType
- the value to setpublic ListLogsRequest.Builder sourceService(String sourceService)
Service that created the log object, which is a field of LogSummary.Configuration.Source.
sourceService
- the value to setpublic ListLogsRequest.Builder sourceResource(String sourceResource)
Log object resource, which is a field of LogSummary.Configuration.Source.
sourceResource
- the value to setpublic ListLogsRequest.Builder displayName(String displayName)
Resource name.
displayName
- the value to setpublic ListLogsRequest.Builder lifecycleState(LogLifecycleState lifecycleState)
Lifecycle state of the log object
lifecycleState
- the value to setpublic ListLogsRequest.Builder page(String page)
For list pagination. The value of the opc-next-page
or opc-previous-page
response header from the previous “List” call. For important details about how pagination
works, see List
Pagination.
page
- the value to setpublic ListLogsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
limit
- the value to setpublic ListLogsRequest.Builder sortBy(ListLogsRequest.SortBy sortBy)
The field to sort by (one column only). Default sort order is ascending exception of
timeCreated
and timeLastModified
columns (descending).
sortBy
- the value to setpublic ListLogsRequest.Builder sortOrder(ListLogsRequest.SortOrder sortOrder)
The sort order to use, whether ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListLogsRequest.Builder opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.
opcRequestId
- the value to setpublic ListLogsRequest.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 ListLogsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListLogsRequest.Builder copy(ListLogsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListLogsRequest,Void>
o
- other request from which to copy valuespublic ListLogsRequest build()
Build the instance of ListLogsRequest 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<ListLogsRequest,Void>
public ListLogsRequest buildWithoutInvocationCallback()
Build the instance of ListLogsRequest 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.