Package com.oracle.bmc.identity.requests
Class ListIamWorkRequestLogsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.requests.ListIamWorkRequestLogsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListIamWorkRequestLogsRequest,Void>
- Enclosing class:
- ListIamWorkRequestLogsRequest
public static class ListIamWorkRequestLogsRequest.Builder extends Object implements BmcRequest.Builder<ListIamWorkRequestLogsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListIamWorkRequestLogsRequest
build()
Build the instance of ListIamWorkRequestLogsRequest as configured by this builderListIamWorkRequestLogsRequest
buildWithoutInvocationCallback()
Build the instance of ListIamWorkRequestLogsRequest as configured by this builderListIamWorkRequestLogsRequest.Builder
copy(ListIamWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.ListIamWorkRequestLogsRequest.Builder
iamWorkRequestId(String iamWorkRequestId)
The OCID of the IAM work request.ListIamWorkRequestLogsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListIamWorkRequestLogsRequest.Builder
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.ListIamWorkRequestLogsRequest.Builder
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.ListIamWorkRequestLogsRequest.Builder
page(String page)
The value of the opc-next-page response header from the previous “List” call.ListIamWorkRequestLogsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListIamWorkRequestLogsRequest.Builder
sortOrder(ListIamWorkRequestLogsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
iamWorkRequestId
public ListIamWorkRequestLogsRequest.Builder iamWorkRequestId(String iamWorkRequestId)
The OCID of the IAM work request.- Parameters:
iamWorkRequestId
- the value to set- Returns:
- this builder instance
-
limit
public ListIamWorkRequestLogsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListIamWorkRequestLogsRequest.Builder page(String page)
The value of the opc-next-page response header from the previous “List” call.- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListIamWorkRequestLogsRequest.Builder sortOrder(ListIamWorkRequestLogsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).The NAME sort order is case sensitive.
- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListIamWorkRequestLogsRequest.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.
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListIamWorkRequestLogsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListIamWorkRequestLogsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListIamWorkRequestLogsRequest.Builder copy(ListIamWorkRequestLogsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListIamWorkRequestLogsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListIamWorkRequestLogsRequest build()
Build the instance of ListIamWorkRequestLogsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ListIamWorkRequestLogsRequest,Void>
- Returns:
- instance of ListIamWorkRequestLogsRequest
-
buildWithoutInvocationCallback
public ListIamWorkRequestLogsRequest buildWithoutInvocationCallback()
Build the instance of ListIamWorkRequestLogsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ListIamWorkRequestLogsRequest
-
-