public static class FilterResourceActionsRequest.Builder extends Object implements BmcRequest.Builder<FilterResourceActionsRequest,QueryDetails>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FilterResourceActionsRequest.Builder |
body$(QueryDetails body)
Alternative setter for the body parameter.
|
FilterResourceActionsRequest |
build()
Build the instance of FilterResourceActionsRequest as configured by this builder
|
FilterResourceActionsRequest |
buildWithoutInvocationCallback()
Build the instance of FilterResourceActionsRequest as configured by this builder
|
FilterResourceActionsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment.
|
FilterResourceActionsRequest.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned depending on the the setting of
accessLevel . |
FilterResourceActionsRequest.Builder |
copy(FilterResourceActionsRequest o)
Copy method to populate the builder with values from the given instance.
|
FilterResourceActionsRequest.Builder |
invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
|
FilterResourceActionsRequest.Builder |
limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
|
FilterResourceActionsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
FilterResourceActionsRequest.Builder |
page(String page)
The value of the
opc-next-page response header from the previous “List” call. |
FilterResourceActionsRequest.Builder |
queryDetails(QueryDetails queryDetails)
The request parameters that describe the query criteria.
|
FilterResourceActionsRequest.Builder |
recommendationId(String recommendationId)
The unique OCID associated with the recommendation.
|
FilterResourceActionsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
public FilterResourceActionsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic FilterResourceActionsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned depending on the the setting of accessLevel
.
Can only be set to true when performing ListCompartments on the tenancy (root compartment).
compartmentIdInSubtree
- the value to setpublic FilterResourceActionsRequest.Builder recommendationId(String recommendationId)
The unique OCID associated with the recommendation.
recommendationId
- the value to setpublic FilterResourceActionsRequest.Builder queryDetails(QueryDetails queryDetails)
The request parameters that describe the query criteria.
queryDetails
- the value to setpublic FilterResourceActionsRequest.Builder limit(Integer limit)
The maximum number of items to return in a paginated “List” call.
limit
- the value to setpublic FilterResourceActionsRequest.Builder page(String page)
The value of the opc-next-page
response header from the previous “List” call.
page
- the value to setpublic FilterResourceActionsRequest.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 FilterResourceActionsRequest.Builder invocationCallback(Consumer<javax.ws.rs.client.Invocation.Builder> invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic FilterResourceActionsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic FilterResourceActionsRequest.Builder copy(FilterResourceActionsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<FilterResourceActionsRequest,QueryDetails>
o
- other request from which to copy valuespublic FilterResourceActionsRequest build()
Build the instance of FilterResourceActionsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<FilterResourceActionsRequest,QueryDetails>
public FilterResourceActionsRequest.Builder body$(QueryDetails body)
Alternative setter for the body parameter.
body$
in interface BmcRequest.Builder<FilterResourceActionsRequest,QueryDetails>
body
- the body parameterpublic FilterResourceActionsRequest buildWithoutInvocationCallback()
Build the instance of FilterResourceActionsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.util.internal.Consumer)
into account,
while the method build()
does
Copyright © 2016–2022. All rights reserved.