public static class SummarizeAnnotationAnalyticsRequest.Builder extends Object implements BmcRequest.Builder<SummarizeAnnotationAnalyticsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SummarizeAnnotationAnalyticsRequest.Builder |
annotationGroupBy(SummarizeAnnotationAnalyticsRequest.AnnotationGroupBy annotationGroupBy)
The field to group by.
|
SummarizeAnnotationAnalyticsRequest |
build()
Build the instance of SummarizeAnnotationAnalyticsRequest as configured by this builder
|
SummarizeAnnotationAnalyticsRequest |
buildWithoutInvocationCallback()
Build the instance of SummarizeAnnotationAnalyticsRequest as configured by this builder
|
SummarizeAnnotationAnalyticsRequest.Builder |
compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
|
SummarizeAnnotationAnalyticsRequest.Builder |
copy(SummarizeAnnotationAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
|
SummarizeAnnotationAnalyticsRequest.Builder |
datasetId(String datasetId)
Filter the results by the OCID of the dataset.
|
SummarizeAnnotationAnalyticsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
SummarizeAnnotationAnalyticsRequest.Builder |
label(String label)
It summarizes annotations with the specified label.
|
SummarizeAnnotationAnalyticsRequest.Builder |
lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
|
SummarizeAnnotationAnalyticsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
SummarizeAnnotationAnalyticsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
SummarizeAnnotationAnalyticsRequest.Builder |
page(String page)
The page token representing the page at which to start retrieving results.
|
SummarizeAnnotationAnalyticsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
SummarizeAnnotationAnalyticsRequest.Builder |
sortBy(SummarizeAnnotationAnalyticsRequest.SortBy sortBy)
The field to sort by.
|
SummarizeAnnotationAnalyticsRequest.Builder |
sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public SummarizeAnnotationAnalyticsRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.
compartmentId
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder datasetId(String datasetId)
Filter the results by the OCID of the dataset.
datasetId
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder lifecycleState(Annotation.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
lifecycleState
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder label(String label)
It summarizes annotations with the specified label.
label
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic SummarizeAnnotationAnalyticsRequest.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 SummarizeAnnotationAnalyticsRequest.Builder sortOrder(SortOrders sortOrder)
The sort order to use, either ‘asc’ or ‘desc’.
sortOrder
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder sortBy(SummarizeAnnotationAnalyticsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. The default order is descending. If no value is specified, updatedBy is used by default.
sortBy
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder annotationGroupBy(SummarizeAnnotationAnalyticsRequest.AnnotationGroupBy annotationGroupBy)
The field to group by. If no value is specified, updatedBy is used by default.
annotationGroupBy
- the value to setpublic SummarizeAnnotationAnalyticsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic SummarizeAnnotationAnalyticsRequest.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 SummarizeAnnotationAnalyticsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic SummarizeAnnotationAnalyticsRequest.Builder copy(SummarizeAnnotationAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<SummarizeAnnotationAnalyticsRequest,Void>
o
- other request from which to copy valuespublic SummarizeAnnotationAnalyticsRequest build()
Build the instance of SummarizeAnnotationAnalyticsRequest 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<SummarizeAnnotationAnalyticsRequest,Void>
public SummarizeAnnotationAnalyticsRequest buildWithoutInvocationCallback()
Build the instance of SummarizeAnnotationAnalyticsRequest 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.