static ListIndicatorsRequest.Builder |
ListIndicatorsRequest.builder() |
Return a new builder for this request object.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.compartmentId(String compartmentId) |
The OCID of the tenancy (root compartment) that is used to filter results.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.confidenceGreaterThanOrEqualTo(Integer confidenceGreaterThanOrEqualTo) |
The minimum confidence score of entities to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.copy(ListIndicatorsRequest o) |
Copy method to populate the builder with values from the given instance.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback) |
Set the invocation callback for the request to be built.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.limit(Integer limit) |
The maximum number of items to return.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.opcRequestId(String opcRequestId) |
The client request ID for tracing.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.page(String page) |
A token representing the position at which to start retrieving results.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration) |
Set the retry configuration for the request to be built.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.sortBy(ListIndicatorsRequest.SortBy sortBy) |
The field to sort by.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.sortOrder(SortOrder sortOrder) |
The sort order to use, either ‘ASC’ or ‘DESC’.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.threatTypeName(String singularValue) |
Singular setter.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.threatTypeName(List<String> threatTypeName) |
The threat type of entites to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeCreatedGreaterThanOrEqualTo(Date timeCreatedGreaterThanOrEqualTo) |
The oldest created/first seen time of entities to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeCreatedLessThan(Date timeCreatedLessThan) |
Return indicators created/first seen before the provided time.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeLastSeenGreaterThanOrEqualTo(Date timeLastSeenGreaterThanOrEqualTo) |
The oldest last seen time of entities to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeLastSeenLessThan(Date timeLastSeenLessThan) |
Return indicators last seen before the provided time.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo) |
The oldest update time of entities to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.timeUpdatedLessThan(Date timeUpdatedLessThan) |
Return indicators updated before the provided time.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.toBuilder() |
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.type(IndicatorType type) |
The indicator type of entities to be returned.
|
ListIndicatorsRequest.Builder |
ListIndicatorsRequest.Builder.value(String value) |
The indicator value of entities to be returned.
|