public static class ListStorageWorkRequestsRequest.Builder extends Object implements BmcRequest.Builder<ListStorageWorkRequestsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListStorageWorkRequestsRequest |
build()
Build the instance of ListStorageWorkRequestsRequest as configured by this builder
|
ListStorageWorkRequestsRequest |
buildWithoutInvocationCallback()
Build the instance of ListStorageWorkRequestsRequest as configured by this builder
|
ListStorageWorkRequestsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
ListStorageWorkRequestsRequest.Builder |
copy(ListStorageWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListStorageWorkRequestsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListStorageWorkRequestsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListStorageWorkRequestsRequest.Builder |
namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
|
ListStorageWorkRequestsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListStorageWorkRequestsRequest.Builder |
operationType(StorageOperationType operationType)
The is the work request type query parameter
|
ListStorageWorkRequestsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListStorageWorkRequestsRequest.Builder |
policyId(String policyId)
This is the query parameter of purge policy ID
|
ListStorageWorkRequestsRequest.Builder |
policyName(String policyName)
This is the query parameter of purge policy name
|
ListStorageWorkRequestsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListStorageWorkRequestsRequest.Builder |
sortBy(ListStorageWorkRequestsRequest.SortBy sortBy)
This is the query parameter of which field to sort by.
|
ListStorageWorkRequestsRequest.Builder |
sortOrder(ListStorageWorkRequestsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
ListStorageWorkRequestsRequest.Builder |
status(WorkRequestStatus status)
The is the work request status query parameter
|
ListStorageWorkRequestsRequest.Builder |
timeFinished(Date timeFinished)
The is the query parameter of when the processing of work request was finished
|
ListStorageWorkRequestsRequest.Builder |
timeStarted(Date timeStarted)
The is the query parameter of when the processing of work request was started
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListStorageWorkRequestsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListStorageWorkRequestsRequest.Builder namespaceName(String namespaceName)
The Logging Analytics namespace used for the request.
namespaceName
- the value to setpublic ListStorageWorkRequestsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListStorageWorkRequestsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListStorageWorkRequestsRequest.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 ListStorageWorkRequestsRequest.Builder sortOrder(ListStorageWorkRequestsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListStorageWorkRequestsRequest.Builder sortBy(ListStorageWorkRequestsRequest.SortBy sortBy)
This is the query parameter of which field to sort by. Only one sort order may be provided. Default order for timeAccepted is descending. If no value is specified timeAccepted is default.
sortBy
- the value to setpublic ListStorageWorkRequestsRequest.Builder operationType(StorageOperationType operationType)
The is the work request type query parameter
operationType
- the value to setpublic ListStorageWorkRequestsRequest.Builder status(WorkRequestStatus status)
The is the work request status query parameter
status
- the value to setpublic ListStorageWorkRequestsRequest.Builder timeStarted(Date timeStarted)
The is the query parameter of when the processing of work request was started
timeStarted
- the value to setpublic ListStorageWorkRequestsRequest.Builder timeFinished(Date timeFinished)
The is the query parameter of when the processing of work request was finished
timeFinished
- the value to setpublic ListStorageWorkRequestsRequest.Builder policyName(String policyName)
This is the query parameter of purge policy name
policyName
- the value to setpublic ListStorageWorkRequestsRequest.Builder policyId(String policyId)
This is the query parameter of purge policy ID
policyId
- the value to setpublic ListStorageWorkRequestsRequest.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 ListStorageWorkRequestsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListStorageWorkRequestsRequest.Builder copy(ListStorageWorkRequestsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListStorageWorkRequestsRequest,Void>
o
- other request from which to copy valuespublic ListStorageWorkRequestsRequest build()
Build the instance of ListStorageWorkRequestsRequest 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<ListStorageWorkRequestsRequest,Void>
public ListStorageWorkRequestsRequest buildWithoutInvocationCallback()
Build the instance of ListStorageWorkRequestsRequest 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.