Class ListCatalogPrivateEndpointsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.requests.ListCatalogPrivateEndpointsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListCatalogPrivateEndpointsRequest,Void>
- Enclosing class:
- ListCatalogPrivateEndpointsRequest
public static class ListCatalogPrivateEndpointsRequest.Builder extends Object implements BmcRequest.Builder<ListCatalogPrivateEndpointsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCatalogPrivateEndpointsRequestbuild()Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderListCatalogPrivateEndpointsRequestbuildWithoutInvocationCallback()Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderListCatalogPrivateEndpointsRequest.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to list resources.ListCatalogPrivateEndpointsRequest.Buildercopy(ListCatalogPrivateEndpointsRequest o)Copy method to populate the builder with values from the given instance.ListCatalogPrivateEndpointsRequest.BuilderdisplayName(String displayName)A filter to return only resources that match the entire display name given.ListCatalogPrivateEndpointsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListCatalogPrivateEndpointsRequest.BuilderlifecycleState(LifecycleState lifecycleState)A filter to return only resources that match the specified lifecycle state.ListCatalogPrivateEndpointsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListCatalogPrivateEndpointsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListCatalogPrivateEndpointsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListCatalogPrivateEndpointsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListCatalogPrivateEndpointsRequest.BuildersortBy(ListCatalogPrivateEndpointsRequest.SortBy sortBy)The field to sort by.ListCatalogPrivateEndpointsRequest.BuildersortOrder(ListCatalogPrivateEndpointsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
compartmentId
public ListCatalogPrivateEndpointsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment where you want to list resources.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
displayName
public ListCatalogPrivateEndpointsRequest.Builder displayName(String displayName)
A filter to return only resources that match the entire display name given.The match is not case sensitive.
- Parameters:
displayName- the value to set- Returns:
- this builder instance
-
limit
public ListCatalogPrivateEndpointsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListCatalogPrivateEndpointsRequest.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.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListCatalogPrivateEndpointsRequest.Builder lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the specified lifecycle state.The value is case insensitive.
- Parameters:
lifecycleState- the value to set- Returns:
- this builder instance
-
sortOrder
public ListCatalogPrivateEndpointsRequest.Builder sortOrder(ListCatalogPrivateEndpointsRequest.SortOrder sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.- Parameters:
sortOrder- the value to set- Returns:
- this builder instance
-
sortBy
public ListCatalogPrivateEndpointsRequest.Builder sortBy(ListCatalogPrivateEndpointsRequest.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.
- Parameters:
sortBy- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListCatalogPrivateEndpointsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListCatalogPrivateEndpointsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListCatalogPrivateEndpointsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListCatalogPrivateEndpointsRequest.Builder copy(ListCatalogPrivateEndpointsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListCatalogPrivateEndpointsRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListCatalogPrivateEndpointsRequest build()
Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuildWithoutInvocationCallback()does not.This is the preferred method to build an instance.
- Specified by:
buildin interfaceBmcRequest.Builder<ListCatalogPrivateEndpointsRequest,Void>- Returns:
- instance of ListCatalogPrivateEndpointsRequest
-
buildWithoutInvocationCallback
public ListCatalogPrivateEndpointsRequest buildWithoutInvocationCallback()
Build the instance of ListCatalogPrivateEndpointsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)into account, while the methodbuild()does- Returns:
- instance of ListCatalogPrivateEndpointsRequest
-
-