public static class ListFlexComponentsRequest.Builder extends Object implements BmcRequest.Builder<ListFlexComponentsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFlexComponentsRequest |
build()
Build the instance of ListFlexComponentsRequest as configured by this builder
|
ListFlexComponentsRequest |
buildWithoutInvocationCallback()
Build the instance of ListFlexComponentsRequest as configured by this builder
|
ListFlexComponentsRequest.Builder |
compartmentId(String compartmentId)
The compartment
OCID.
|
ListFlexComponentsRequest.Builder |
copy(ListFlexComponentsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListFlexComponentsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListFlexComponentsRequest.Builder |
limit(Integer limit)
The maximum number of items to return per page.
|
ListFlexComponentsRequest.Builder |
name(String name)
A filter to return only resources that match the entire name given.
|
ListFlexComponentsRequest.Builder |
page(String page)
The pagination token to continue listing from.
|
ListFlexComponentsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListFlexComponentsRequest.Builder |
sortBy(ListFlexComponentsRequest.SortBy sortBy)
The field to sort by.
|
ListFlexComponentsRequest.Builder |
sortOrder(ListFlexComponentsRequest.SortOrder sortOrder)
The sort order to use, either ascending (
ASC ) or descending (DESC ). |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFlexComponentsRequest.Builder compartmentId(String compartmentId)
The compartment OCID.
compartmentId
- the value to setpublic ListFlexComponentsRequest.Builder name(String name)
A filter to return only resources that match the entire name given. The match is not case sensitive.
name
- the value to setpublic ListFlexComponentsRequest.Builder sortOrder(ListFlexComponentsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListFlexComponentsRequest.Builder sortBy(ListFlexComponentsRequest.SortBy sortBy)
The field to sort by. You can provide one sort order (sortOrder
). Default order
for NAME is ascending. The NAME sort order is case sensitive.
sortBy
- the value to setpublic ListFlexComponentsRequest.Builder limit(Integer limit)
The maximum number of items to return per page.
limit
- the value to setpublic ListFlexComponentsRequest.Builder page(String page)
The pagination token to continue listing from.
page
- the value to setpublic ListFlexComponentsRequest.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 ListFlexComponentsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListFlexComponentsRequest.Builder copy(ListFlexComponentsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListFlexComponentsRequest,Void>
o
- other request from which to copy valuespublic ListFlexComponentsRequest build()
Build the instance of ListFlexComponentsRequest 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<ListFlexComponentsRequest,Void>
public ListFlexComponentsRequest buildWithoutInvocationCallback()
Build the instance of ListFlexComponentsRequest 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.