public static class ListSqlEndpointsRequest.Builder extends Object implements BmcRequest.Builder<ListSqlEndpointsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListSqlEndpointsRequest |
build()
Build the instance of ListSqlEndpointsRequest as configured by this builder
|
ListSqlEndpointsRequest |
buildWithoutInvocationCallback()
Build the instance of ListSqlEndpointsRequest as configured by this builder
|
ListSqlEndpointsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the compartment in which to query resources.
|
ListSqlEndpointsRequest.Builder |
copy(ListSqlEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListSqlEndpointsRequest.Builder |
displayName(String displayName)
The query parameter for the Spark application name.
|
ListSqlEndpointsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListSqlEndpointsRequest.Builder |
lifecycleState(SqlEndpointLifecycleState lifecycleState)
A filter to return only those resources whose sqlEndpointLifecycleState matches the given
sqlEndpointLifecycleState.
|
ListSqlEndpointsRequest.Builder |
limit(Integer limit)
The maximum number of items that can be returned.
|
ListSqlEndpointsRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListSqlEndpointsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListSqlEndpointsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListSqlEndpointsRequest.Builder |
sortBy(ListSqlEndpointsRequest.SortBy sortBy)
The field to sort by.
|
ListSqlEndpointsRequest.Builder |
sortOrder(ListSqlEndpointsRequest.SortOrder sortOrder)
The ordering of results in ascending or descending order.
|
ListSqlEndpointsRequest.Builder |
sqlEndpointId(String sqlEndpointId)
The unique id of the SQL Endpoint.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListSqlEndpointsRequest.Builder compartmentId(String compartmentId)
The OCID of the compartment in which to query resources.
compartmentId
- the value to setpublic ListSqlEndpointsRequest.Builder sqlEndpointId(String sqlEndpointId)
The unique id of the SQL Endpoint.
sqlEndpointId
- the value to setpublic ListSqlEndpointsRequest.Builder lifecycleState(SqlEndpointLifecycleState lifecycleState)
A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.
lifecycleState
- the value to setpublic ListSqlEndpointsRequest.Builder displayName(String displayName)
The query parameter for the Spark application name.
displayName
- the value to setpublic ListSqlEndpointsRequest.Builder limit(Integer limit)
The maximum number of items that can be returned.
limit
- the value to setpublic ListSqlEndpointsRequest.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 ListSqlEndpointsRequest.Builder sortOrder(ListSqlEndpointsRequest.SortOrder sortOrder)
The ordering of results in ascending or descending order.
sortOrder
- the value to setpublic ListSqlEndpointsRequest.Builder sortBy(ListSqlEndpointsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending. If no value is specified timeCreated is used by default.
sortBy
- the value to setpublic ListSqlEndpointsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service.
opcRequestId
- the value to setpublic ListSqlEndpointsRequest.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 ListSqlEndpointsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListSqlEndpointsRequest.Builder copy(ListSqlEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListSqlEndpointsRequest,Void>
o
- other request from which to copy valuespublic ListSqlEndpointsRequest build()
Build the instance of ListSqlEndpointsRequest 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<ListSqlEndpointsRequest,Void>
public ListSqlEndpointsRequest buildWithoutInvocationCallback()
Build the instance of ListSqlEndpointsRequest 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.