public static class ListDetectorRulesRequest.Builder extends Object implements BmcRequest.Builder<ListDetectorRulesRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDetectorRulesRequest |
build()
Build the instance of ListDetectorRulesRequest as configured by this builder
|
ListDetectorRulesRequest |
buildWithoutInvocationCallback()
Build the instance of ListDetectorRulesRequest as configured by this builder
|
ListDetectorRulesRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
|
ListDetectorRulesRequest.Builder |
copy(ListDetectorRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDetectorRulesRequest.Builder |
detectorId(String detectorId)
Detector name.
|
ListDetectorRulesRequest.Builder |
displayName(String displayName)
A filter to return only resources that match the entire display name given.
|
ListDetectorRulesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDetectorRulesRequest.Builder |
lifecycleState(LifecycleState lifecycleState)
The field lifecycle state.
|
ListDetectorRulesRequest.Builder |
limit(Integer limit)
The maximum number of items to return
|
ListDetectorRulesRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListDetectorRulesRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListDetectorRulesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDetectorRulesRequest.Builder |
sortBy(ListDetectorRulesRequest.SortBy sortBy)
The field to sort by.
|
ListDetectorRulesRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order to use
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListDetectorRulesRequest.Builder detectorId(String detectorId)
Detector name.
detectorId
- the value to setpublic ListDetectorRulesRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to list resources.
compartmentId
- the value to setpublic ListDetectorRulesRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given.
displayName
- the value to setpublic ListDetectorRulesRequest.Builder limit(Integer limit)
The maximum number of items to return
limit
- the value to setpublic ListDetectorRulesRequest.Builder lifecycleState(LifecycleState lifecycleState)
The field lifecycle state. Only one state can be provided. Default value for state is active. If no value is specified state is active.
lifecycleState
- the value to setpublic ListDetectorRulesRequest.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 ListDetectorRulesRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use
sortOrder
- the value to setpublic ListDetectorRulesRequest.Builder sortBy(ListDetectorRulesRequest.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 timeCreated is default.
sortBy
- the value to setpublic ListDetectorRulesRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListDetectorRulesRequest.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 ListDetectorRulesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDetectorRulesRequest.Builder copy(ListDetectorRulesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDetectorRulesRequest,Void>
o
- other request from which to copy valuespublic ListDetectorRulesRequest build()
Build the instance of ListDetectorRulesRequest 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<ListDetectorRulesRequest,Void>
public ListDetectorRulesRequest buildWithoutInvocationCallback()
Build the instance of ListDetectorRulesRequest 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.