public static class ListAlertAnalyticsRequest.Builder extends Object implements BmcRequest.Builder<ListAlertAnalyticsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListAlertAnalyticsRequest.Builder |
accessLevel(ListAlertAnalyticsRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE.
|
ListAlertAnalyticsRequest |
build()
Build the instance of ListAlertAnalyticsRequest as configured by this builder
|
ListAlertAnalyticsRequest |
buildWithoutInvocationCallback()
Build the instance of ListAlertAnalyticsRequest as configured by this builder
|
ListAlertAnalyticsRequest.Builder |
compartmentId(String compartmentId)
A filter to return only resources that match the specified compartment OCID.
|
ListAlertAnalyticsRequest.Builder |
compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Default is false.
|
ListAlertAnalyticsRequest.Builder |
copy(ListAlertAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListAlertAnalyticsRequest.Builder |
groupBy(List<ListAlertAnalyticsRequest.GroupBy> groupBy)
A groupBy can only be used in combination with summaryField parameter.
|
ListAlertAnalyticsRequest.Builder |
groupBy(ListAlertAnalyticsRequest.GroupBy singularValue)
Singular setter.
|
ListAlertAnalyticsRequest.Builder |
ifMatch(String ifMatch)
For optimistic concurrency control.
|
ListAlertAnalyticsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListAlertAnalyticsRequest.Builder |
limit(Integer limit)
For list pagination.
|
ListAlertAnalyticsRequest.Builder |
opcRequestId(String opcRequestId)
Unique identifier for the request.
|
ListAlertAnalyticsRequest.Builder |
opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or
server error without risk of executing that same action again.
|
ListAlertAnalyticsRequest.Builder |
page(String page)
For list pagination.
|
ListAlertAnalyticsRequest.Builder |
queryTimeZone(String queryTimeZone)
Default time zone is UTC if no time zone provided.
|
ListAlertAnalyticsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListAlertAnalyticsRequest.Builder |
scimQuery(String scimQuery)
The scimQuery query parameter accepts filter expressions that use the syntax described in
Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification,
which is available at RFC3339.
|
ListAlertAnalyticsRequest.Builder |
sortBy(ListAlertAnalyticsRequest.SortBy sortBy)
The field to sort by.
|
ListAlertAnalyticsRequest.Builder |
sortOrder(ListAlertAnalyticsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
|
ListAlertAnalyticsRequest.Builder |
summaryField(List<ListAlertAnalyticsRequest.SummaryField> summaryField)
Specifies a subset of summarized fields to be returned in the response.
|
ListAlertAnalyticsRequest.Builder |
summaryField(ListAlertAnalyticsRequest.SummaryField singularValue)
Singular setter.
|
ListAlertAnalyticsRequest.Builder |
timeEnded(Date timeEnded)
An optional filter to return audit events whose creation time in the database is less
than and equal to the date-time specified, in the format defined by
RFC3339.
|
ListAlertAnalyticsRequest.Builder |
timeStarted(Date timeStarted)
An optional filter to return audit events whose creation time in the database is greater
than and equal to the date-time specified, in the format defined by
RFC3339.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListAlertAnalyticsRequest.Builder compartmentId(String compartmentId)
A filter to return only resources that match the specified compartment OCID.
compartmentId
- the value to setpublic ListAlertAnalyticsRequest.Builder compartmentIdInSubtree(Boolean compartmentIdInSubtree)
Default is false. When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the ‘accessLevel’ setting.
compartmentIdInSubtree
- the value to setpublic ListAlertAnalyticsRequest.Builder limit(Integer limit)
For list pagination. The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.
limit
- the value to setpublic ListAlertAnalyticsRequest.Builder page(String page)
For list pagination. The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.
page
- the value to setpublic ListAlertAnalyticsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic ListAlertAnalyticsRequest.Builder ifMatch(String ifMatch)
For optimistic concurrency control. In the PUT or DELETE call for a resource, set the if-match parameter to the value of the etag from a previous GET or POST response for that resource. The resource will be updated or deleted only if the etag you provide matches the resource’s current etag value.
ifMatch
- the value to setpublic ListAlertAnalyticsRequest.Builder timeStarted(Date timeStarted)
An optional filter to return audit events whose creation time in the database is greater than and equal to the date-time specified, in the format defined by RFC3339.
timeStarted
- the value to setpublic ListAlertAnalyticsRequest.Builder timeEnded(Date timeEnded)
An optional filter to return audit events whose creation time in the database is less than and equal to the date-time specified, in the format defined by RFC3339.
timeEnded
- the value to setpublic ListAlertAnalyticsRequest.Builder queryTimeZone(String queryTimeZone)
Default time zone is UTC if no time zone provided. The date-time considerations of the resource will be in accordance with the specified time zone.
queryTimeZone
- the value to setpublic ListAlertAnalyticsRequest.Builder sortOrder(ListAlertAnalyticsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
sortOrder
- the value to setpublic ListAlertAnalyticsRequest.Builder sortBy(ListAlertAnalyticsRequest.SortBy sortBy)
The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. If no value is specified timeCreated is default.
sortBy
- the value to setpublic ListAlertAnalyticsRequest.Builder accessLevel(ListAlertAnalyticsRequest.AccessLevel accessLevel)
Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
accessLevel
- the value to setpublic ListAlertAnalyticsRequest.Builder scimQuery(String scimQuery)
The scimQuery query parameter accepts filter expressions that use the syntax described in Section 3.2.2.2 of the System for Cross-Domain Identity Management (SCIM) specification, which is available at RFC3339. In SCIM filtering expressions, text, date, and time values must be enclosed in quotation marks, with date and time values using ISO-8601 format. (Numeric and boolean values should not be quoted.)
*Example:** | query=(timeCreated ge '2021-06-04T01-00-26') and (targetNames eq 'target_1') query=(featureDetails.userName eq "user") and (targetNames eq "target_1") Supported fields: severity status alertType targetIds targetNames operationTime lifecycleState displayName timeCreated timeUpdated featureDetails.* (* can be any field in nestedStrMap in Feature Attributes in Alert Summary. For example - userName,object,clientHostname,osUserName,clientIPs,clientId,commandText,commandParam,clientProgram,objectType,targetOwner)
scimQuery
- the value to setpublic ListAlertAnalyticsRequest.Builder summaryField(List<ListAlertAnalyticsRequest.SummaryField> summaryField)
Specifies a subset of summarized fields to be returned in the response.
summaryField
- the value to setpublic ListAlertAnalyticsRequest.Builder summaryField(ListAlertAnalyticsRequest.SummaryField singularValue)
Singular setter. Specifies a subset of summarized fields to be returned in the response.
singularValue
- the singular value to setpublic ListAlertAnalyticsRequest.Builder groupBy(List<ListAlertAnalyticsRequest.GroupBy> groupBy)
A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
groupBy
- the value to setpublic ListAlertAnalyticsRequest.Builder groupBy(ListAlertAnalyticsRequest.GroupBy singularValue)
Singular setter. A groupBy can only be used in combination with summaryField parameter. A groupBy value has to be a subset of the values mentioned in summaryField parameter.
singularValue
- the singular value to setpublic ListAlertAnalyticsRequest.Builder opcRetryToken(String opcRetryToken)
A token that uniquely identifies a request so it can be retried in case of a timeout or server error without risk of executing that same action again. Retry tokens expire after 24 hours, but can be invalidated before then due to conflicting operations. For example, if a resource has been deleted and purged from the system, then a retry of the original creation request might be rejected.
opcRetryToken
- the value to setpublic ListAlertAnalyticsRequest.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 ListAlertAnalyticsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListAlertAnalyticsRequest.Builder copy(ListAlertAnalyticsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListAlertAnalyticsRequest,Void>
o
- other request from which to copy valuespublic ListAlertAnalyticsRequest build()
Build the instance of ListAlertAnalyticsRequest 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<ListAlertAnalyticsRequest,Void>
public ListAlertAnalyticsRequest buildWithoutInvocationCallback()
Build the instance of ListAlertAnalyticsRequest 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–2025. All rights reserved.