public static class ListDelegatedResourceAccessRequestsRequest.Builder extends Object implements BmcRequest.Builder<ListDelegatedResourceAccessRequestsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDelegatedResourceAccessRequestsRequest |
build()
Build the instance of ListDelegatedResourceAccessRequestsRequest as configured by this
builder
|
ListDelegatedResourceAccessRequestsRequest |
buildWithoutInvocationCallback()
Build the instance of ListDelegatedResourceAccessRequestsRequest as configured by this
builder
|
ListDelegatedResourceAccessRequestsRequest.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
copy(ListDelegatedResourceAccessRequestsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
delegationControlId(String delegationControlId)
unique Delegation Control identifier
|
ListDelegatedResourceAccessRequestsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
lifecycleState(DelegatedResourceAccessRequest.LifecycleState lifecycleState)
A filter to return only Delegated Resource Access Requests whose lifecycleState matches
the given Delegated Resource Access Request lifecycleState.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
requestStatus(DelegatedResourceAccessRequestStatus requestStatus)
A filter to return only Delegated Resource Access Requests whose status matches the given
Delegated Resource Access Request status.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
resourceId(String resourceId)
A filter to return only Delegated Resource Access Requests for the given resource
identifier.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
sortBy(ListDelegatedResourceAccessRequestsRequest.SortBy sortBy)
The field to sort by.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
ListDelegatedResourceAccessRequestsRequest.Builder |
timeEnd(Date timeEnd)
Query end time in UTC in ISO 8601 format(inclusive).
|
ListDelegatedResourceAccessRequestsRequest.Builder |
timeStart(Date timeStart)
Query start time in UTC in ISO 8601 format(inclusive).
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDelegatedResourceAccessRequestsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder delegationControlId(String delegationControlId)
unique Delegation Control identifier
delegationControlId
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder resourceId(String resourceId)
A filter to return only Delegated Resource Access Requests for the given resource identifier.
resourceId
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder lifecycleState(DelegatedResourceAccessRequest.LifecycleState lifecycleState)
A filter to return only Delegated Resource Access Requests whose lifecycleState matches the given Delegated Resource Access Request lifecycleState.
lifecycleState
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder requestStatus(DelegatedResourceAccessRequestStatus requestStatus)
A filter to return only Delegated Resource Access Requests whose status matches the given Delegated Resource Access Request status.
requestStatus
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder timeStart(Date timeStart)
Query start time in UTC in ISO 8601 format(inclusive). Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ). timeIntervalStart and timeIntervalEnd parameters cannot be used together.
timeStart
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder timeEnd(Date timeEnd)
Query end time in UTC in ISO 8601 format(inclusive). Example 2019-10-30T00:00:00Z (yyyy-MM-ddThh:mm:ssZ). timeIntervalStart and timeIntervalEnd parameters cannot be used together.
timeEnd
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.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 ListDelegatedResourceAccessRequestsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder sortBy(ListDelegatedResourceAccessRequestsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified, default is timeCreated.
sortBy
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListDelegatedResourceAccessRequestsRequest.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 ListDelegatedResourceAccessRequestsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDelegatedResourceAccessRequestsRequest.Builder copy(ListDelegatedResourceAccessRequestsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDelegatedResourceAccessRequestsRequest,Void>
o
- other request from which to copy valuespublic ListDelegatedResourceAccessRequestsRequest build()
Build the instance of ListDelegatedResourceAccessRequestsRequest 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<ListDelegatedResourceAccessRequestsRequest,Void>
public ListDelegatedResourceAccessRequestsRequest buildWithoutInvocationCallback()
Build the instance of ListDelegatedResourceAccessRequestsRequest 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.