public static class ListDashboardsRequest.Builder extends Object implements BmcRequest.Builder<ListDashboardsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListDashboardsRequest |
build()
Build the instance of ListDashboardsRequest as configured by this builder
|
ListDashboardsRequest |
buildWithoutInvocationCallback()
Build the instance of ListDashboardsRequest as configured by this builder
|
ListDashboardsRequest.Builder |
copy(ListDashboardsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListDashboardsRequest.Builder |
dashboardGroupId(String dashboardGroupId)
The OCID
of the dashboard group that the dashboard belongs to.
|
ListDashboardsRequest.Builder |
displayName(String displayName)
A case-sensitive filter that returns resources that match the entire display name
specified.
|
ListDashboardsRequest.Builder |
id(String id)
The OCID
of the dashboard.
|
ListDashboardsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListDashboardsRequest.Builder |
lifecycleState(Dashboard.LifecycleState lifecycleState)
A filter that returns dashboard resources that match the lifecycle state specified.
|
ListDashboardsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListDashboardsRequest.Builder |
opcCrossRegion(String opcCrossRegion)
To identify if the call is cross-regional.
|
ListDashboardsRequest.Builder |
opcRequestId(String opcRequestId)
Unique Oracle-assigned identifier for the request.
|
ListDashboardsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
ListDashboardsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListDashboardsRequest.Builder |
sortBy(ListDashboardsRequest.SortBy sortBy)
The field to sort by.
|
ListDashboardsRequest.Builder |
sortOrder(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 ListDashboardsRequest.Builder dashboardGroupId(String dashboardGroupId)
The OCID of the dashboard group that the dashboard belongs to.
dashboardGroupId
- the value to setpublic ListDashboardsRequest.Builder lifecycleState(Dashboard.LifecycleState lifecycleState)
A filter that returns dashboard resources that match the lifecycle state specified.
lifecycleState
- the value to setpublic ListDashboardsRequest.Builder displayName(String displayName)
A case-sensitive filter that returns resources that match the entire display name specified.
displayName
- the value to setpublic ListDashboardsRequest.Builder id(String id)
The OCID of the dashboard.
id
- the value to setpublic ListDashboardsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListDashboardsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results. This value is usually retrieved from a previous list call.
page
- the value to setpublic ListDashboardsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ascending (ASC
) or descending (DESC
).
sortOrder
- the value to setpublic ListDashboardsRequest.Builder sortBy(ListDashboardsRequest.SortBy sortBy)
The field to sort by. You can provide one sort order (sortOrder
). Default order
for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. The
DISPLAYNAME sort order is case sensitive.
sortBy
- the value to setpublic ListDashboardsRequest.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 ListDashboardsRequest.Builder opcCrossRegion(String opcCrossRegion)
To identify if the call is cross-regional. In CRUD calls for a resource, to identify that
the call originates from different region, set the CrossRegionIdentifierHeader
parameter to a region name (ex - US-ASHBURN-1
) The call will be served from a
Replicated bucket. For same-region calls, the value is unassigned.
opcCrossRegion
- the value to setpublic ListDashboardsRequest.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 ListDashboardsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListDashboardsRequest.Builder copy(ListDashboardsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListDashboardsRequest,Void>
o
- other request from which to copy valuespublic ListDashboardsRequest build()
Build the instance of ListDashboardsRequest 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<ListDashboardsRequest,Void>
public ListDashboardsRequest buildWithoutInvocationCallback()
Build the instance of ListDashboardsRequest 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.