public static class ListUploadFilesRequest.Builder extends Object implements com.oracle.bmc.requests.BmcRequest.Builder<ListUploadFilesRequest,Void>
| Modifier and Type | Method and Description |
|---|---|
ListUploadFilesRequest |
build()
Build the instance of ListUploadFilesRequest as configured by this builder
|
ListUploadFilesRequest |
buildWithoutInvocationCallback() |
ListUploadFilesRequest.Builder |
copy(ListUploadFilesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListUploadFilesRequest.Builder |
invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
ListUploadFilesRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListUploadFilesRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListUploadFilesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListUploadFilesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListUploadFilesRequest.Builder |
retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListUploadFilesRequest.Builder |
searchStr(String searchStr)
This can be used to filter upload files based on the file, log group and log source names.
|
ListUploadFilesRequest.Builder |
sortBy(ListUploadFilesRequest.SortBy sortBy)
The field to sort by.
|
ListUploadFilesRequest.Builder |
sortOrder(ListUploadFilesRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC) or descending (DESC). |
ListUploadFilesRequest.Builder |
status(List<ListUploadFilesRequest.Status> status)
Upload File processing state.
|
String |
toString() |
ListUploadFilesRequest.Builder |
uploadReference(String uploadReference)
Unique internal identifier to refer upload container.
|
public ListUploadFilesRequest.Builder invocationCallback(com.oracle.bmc.util.internal.Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback - the invocation callback to be set for the requestpublic ListUploadFilesRequest.Builder retryConfiguration(com.oracle.bmc.retrier.RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration - the retry configuration to be used for the requestpublic ListUploadFilesRequest.Builder copy(ListUploadFilesRequest o)
Copy method to populate the builder with values from the given instance.
copy in interface com.oracle.bmc.requests.BmcRequest.Builder<ListUploadFilesRequest,Void>public ListUploadFilesRequest build()
Build the instance of ListUploadFilesRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer) into account,
while the method buildWithoutInvocationCallback() does not.
This is the preferred method to build an instance.
build in interface com.oracle.bmc.requests.BmcRequest.Builder<ListUploadFilesRequest,Void>public ListUploadFilesRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
this.public ListUploadFilesRequest.Builder uploadReference(String uploadReference)
Unique internal identifier to refer upload container.
this.public ListUploadFilesRequest.Builder limit(Integer limit)
The maximum number of items to return.
this.public ListUploadFilesRequest.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.
this.public ListUploadFilesRequest.Builder sortOrder(ListUploadFilesRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
this.public ListUploadFilesRequest.Builder sortBy(ListUploadFilesRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeStarted is descending. timeCreated, fileName and logGroup are deprecated. Instead use timestarted, name, logGroup accordingly.
this.public ListUploadFilesRequest.Builder searchStr(String searchStr)
This can be used to filter upload files based on the file, log group and log source names.
this.public ListUploadFilesRequest.Builder status(List<ListUploadFilesRequest.Status> status)
Upload File processing state.
this.public ListUploadFilesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
this.public ListUploadFilesRequest buildWithoutInvocationCallback()
Copyright © 2016–2021. All rights reserved.