public static class SearchMonitoredResourcesRequest.Builder extends Object implements BmcRequest.Builder<SearchMonitoredResourcesRequest,SearchMonitoredResourcesDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SearchMonitoredResourcesRequest.Builder |
body$(SearchMonitoredResourcesDetails body)
Alternative setter for the body parameter.
|
SearchMonitoredResourcesRequest |
build()
Build the instance of SearchMonitoredResourcesRequest as configured by this builder
|
SearchMonitoredResourcesRequest |
buildWithoutInvocationCallback()
Build the instance of SearchMonitoredResourcesRequest as configured by this builder
|
SearchMonitoredResourcesRequest.Builder |
copy(SearchMonitoredResourcesRequest o)
Copy method to populate the builder with values from the given instance.
|
SearchMonitoredResourcesRequest.Builder |
excludeFields(List<String> excludeFields)
Partial response refers to an optimization technique offered by the RESTful web APIs, to
return all the information except the fields requested to be excluded (excludeFields) by
the client.
|
SearchMonitoredResourcesRequest.Builder |
excludeFields(String singularValue)
Singular setter.
|
SearchMonitoredResourcesRequest.Builder |
fields(List<String> fields)
Partial response refers to an optimization technique offered by the RESTful web APIs, to
return only the information (fields) required by the client.
|
SearchMonitoredResourcesRequest.Builder |
fields(String singularValue)
Singular setter.
|
SearchMonitoredResourcesRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
SearchMonitoredResourcesRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
SearchMonitoredResourcesRequest.Builder |
limit(Integer limit)
For list pagination.
|
SearchMonitoredResourcesRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
SearchMonitoredResourcesRequest.Builder |
opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
SearchMonitoredResourcesRequest.Builder |
page(String page)
For list pagination.
|
SearchMonitoredResourcesRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
SearchMonitoredResourcesRequest.Builder |
searchMonitoredResourcesDetails(SearchMonitoredResourcesDetails searchMonitoredResourcesDetails)
Search Criteria for listing monitored resources.
|
public SearchMonitoredResourcesRequest.Builder searchMonitoredResourcesDetails(SearchMonitoredResourcesDetails searchMonitoredResourcesDetails)
Search Criteria for listing monitored resources.
searchMonitoredResourcesDetails
- the value to setpublic SearchMonitoredResourcesRequest.Builder limit(Integer limit)
For list pagination. The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination.
limit
- the value to setpublic SearchMonitoredResourcesRequest.Builder page(String page)
For list pagination. The value of the opc-next-page
response header from the
previous “List” call. For important details about how pagination works, see List
Pagination.
page
- the value to setpublic SearchMonitoredResourcesRequest.Builder fields(List<String> fields)
Partial response refers to an optimization technique offered by the RESTful web APIs, to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter controls which fields to return and should be a query string parameter called “fields” of an array type, provide the values as enums, and use collectionFormat.
fields
- the value to setpublic SearchMonitoredResourcesRequest.Builder fields(String singularValue)
Singular setter. Partial response refers to an optimization technique offered by the RESTful web APIs, to return only the information (fields) required by the client. In this mechanism, the client sends the required field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter controls which fields to return and should be a query string parameter called “fields” of an array type, provide the values as enums, and use collectionFormat.
singularValue
- the singular value to setpublic SearchMonitoredResourcesRequest.Builder excludeFields(List<String> excludeFields)
Partial response refers to an optimization technique offered by the RESTful web APIs, to return all the information except the fields requested to be excluded (excludeFields) by the client. In this mechanism, the client sends the exclude field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter controls which fields to exlude and to return and should be a query string parameter called “excludeFields” of an array type, provide the values as enums, and use collectionFormat.
excludeFields
- the value to setpublic SearchMonitoredResourcesRequest.Builder excludeFields(String singularValue)
Singular setter. Partial response refers to an optimization technique offered by the RESTful web APIs, to return all the information except the fields requested to be excluded (excludeFields) by the client. In this mechanism, the client sends the exclude field names as the query parameters for an API to the server, and the server trims down the default response content by removing the fields that are not required by the client. The parameter controls which fields to exlude and to return and should be a query string parameter called “excludeFields” of an array type, provide the values as enums, and use collectionFormat.
singularValue
- the singular value to setpublic SearchMonitoredResourcesRequest.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.
opcRequestId
- the value to setpublic SearchMonitoredResourcesRequest.Builder opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
opcRetryToken
- the value to setpublic SearchMonitoredResourcesRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
if-match
parameter to the value of the etag from a previous GET or POST response
for that resource. The resource will be updated or deleted only if the etag you provide
matches the resource’s current etag value.
ifMatch
- the value to setpublic SearchMonitoredResourcesRequest.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 SearchMonitoredResourcesRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic SearchMonitoredResourcesRequest.Builder copy(SearchMonitoredResourcesRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<SearchMonitoredResourcesRequest,SearchMonitoredResourcesDetails>
o
- other request from which to copy valuespublic SearchMonitoredResourcesRequest build()
Build the instance of SearchMonitoredResourcesRequest 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<SearchMonitoredResourcesRequest,SearchMonitoredResourcesDetails>
public SearchMonitoredResourcesRequest.Builder body$(SearchMonitoredResourcesDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<SearchMonitoredResourcesRequest,SearchMonitoredResourcesDetails>
body
- the body parameterpublic SearchMonitoredResourcesRequest buildWithoutInvocationCallback()
Build the instance of SearchMonitoredResourcesRequest 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.