public static class ListIndicatorsRequest.Builder extends Object implements BmcRequest.Builder<ListIndicatorsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListIndicatorsRequest |
build()
Build the instance of ListIndicatorsRequest as configured by this builder
|
ListIndicatorsRequest |
buildWithoutInvocationCallback()
Build the instance of ListIndicatorsRequest as configured by this builder
|
ListIndicatorsRequest.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy (root compartment) that is used to filter results.
|
ListIndicatorsRequest.Builder |
confidenceGreaterThanOrEqualTo(Integer confidenceGreaterThanOrEqualTo)
The minimum confidence score of entities to be returned.
|
ListIndicatorsRequest.Builder |
copy(ListIndicatorsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListIndicatorsRequest.Builder |
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListIndicatorsRequest.Builder |
limit(Integer limit)
The maximum number of items to return.
|
ListIndicatorsRequest.Builder |
opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListIndicatorsRequest.Builder |
page(String page)
A token representing the position at which to start retrieving results.
|
ListIndicatorsRequest.Builder |
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListIndicatorsRequest.Builder |
sortBy(ListIndicatorsRequest.SortBy sortBy)
The field to sort by.
|
ListIndicatorsRequest.Builder |
sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListIndicatorsRequest.Builder |
threatTypeName(List<String> threatTypeName)
The threat type of entites to be returned.
|
ListIndicatorsRequest.Builder |
threatTypeName(String singularValue)
Singular setter.
|
ListIndicatorsRequest.Builder |
timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
The oldest created/first seen time of entities to be returned.
|
ListIndicatorsRequest.Builder |
timeCreatedLessThan(Date timeCreatedLessThan)
Return indicators created/first seen before the provided time.
|
ListIndicatorsRequest.Builder |
timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo)
The oldest last seen time of entities to be returned.
|
ListIndicatorsRequest.Builder |
timeLastSeenLessThan(Date timeLastSeenLessThan)
Return indicators last seen before the provided time.
|
ListIndicatorsRequest.Builder |
timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
The oldest update time of entities to be returned.
|
ListIndicatorsRequest.Builder |
timeUpdatedLessThan(Date timeUpdatedLessThan)
Return indicators updated before the provided time.
|
ListIndicatorsRequest.Builder |
type(IndicatorType type)
The indicator type of entities to be returned.
|
ListIndicatorsRequest.Builder |
value(String value)
The indicator value of entities to be returned.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListIndicatorsRequest.Builder compartmentId(String compartmentId)
The OCID of the tenancy (root compartment) that is used to filter results.
compartmentId
- the value to setpublic ListIndicatorsRequest.Builder threatTypeName(List<String> threatTypeName)
The threat type of entites to be returned. To filter for multiple threat types, repeat this parameter.
threatTypeName
- the value to setpublic ListIndicatorsRequest.Builder threatTypeName(String singularValue)
Singular setter. The threat type of entites to be returned. To filter for multiple threat types, repeat this parameter.
singularValue
- the singular value to setpublic ListIndicatorsRequest.Builder type(IndicatorType type)
The indicator type of entities to be returned.
type
- the value to setpublic ListIndicatorsRequest.Builder value(String value)
The indicator value of entities to be returned.
value
- the value to setpublic ListIndicatorsRequest.Builder confidenceGreaterThanOrEqualTo(Integer confidenceGreaterThanOrEqualTo)
The minimum confidence score of entities to be returned.
confidenceGreaterThanOrEqualTo
- the value to setpublic ListIndicatorsRequest.Builder timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
The oldest update time of entities to be returned.
timeUpdatedGreaterThanOrEqualTo
- the value to setpublic ListIndicatorsRequest.Builder timeUpdatedLessThan(Date timeUpdatedLessThan)
Return indicators updated before the provided time.
timeUpdatedLessThan
- the value to setpublic ListIndicatorsRequest.Builder timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo)
The oldest last seen time of entities to be returned.
timeLastSeenGreaterThanOrEqualTo
- the value to setpublic ListIndicatorsRequest.Builder timeLastSeenLessThan(Date timeLastSeenLessThan)
Return indicators last seen before the provided time.
timeLastSeenLessThan
- the value to setpublic ListIndicatorsRequest.Builder timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo)
The oldest created/first seen time of entities to be returned.
timeCreatedGreaterThanOrEqualTo
- the value to setpublic ListIndicatorsRequest.Builder timeCreatedLessThan(Date timeCreatedLessThan)
Return indicators created/first seen before the provided time.
timeCreatedLessThan
- the value to setpublic ListIndicatorsRequest.Builder limit(Integer limit)
The maximum number of items to return.
limit
- the value to setpublic ListIndicatorsRequest.Builder page(String page)
A token representing the position at which to start retrieving results. This must come
from the opc-next-page
header field of a previous response.
page
- the value to setpublic ListIndicatorsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order to use, either ‘ASC’ or ‘DESC’.
sortOrder
- the value to setpublic ListIndicatorsRequest.Builder sortBy(ListIndicatorsRequest.SortBy sortBy)
The field to sort by. Only one field to sort by may be provided.
sortBy
- the value to setpublic ListIndicatorsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.
opcRequestId
- the value to setpublic ListIndicatorsRequest.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 ListIndicatorsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListIndicatorsRequest.Builder copy(ListIndicatorsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListIndicatorsRequest,Void>
o
- other request from which to copy valuespublic ListIndicatorsRequest build()
Build the instance of ListIndicatorsRequest 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<ListIndicatorsRequest,Void>
public ListIndicatorsRequest buildWithoutInvocationCallback()
Build the instance of ListIndicatorsRequest 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.