Package | Description |
---|---|
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.aggregationMode(CryptoAnalysisResultMode aggregationMode)
The aggregation mode of the crypto event analysis result.
|
static ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.builder()
Return a new builder for this request object.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.copy(ListCryptoAnalysisResultsRequest o)
Copy method to populate the builder with values from the given instance.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.findingCount(Integer findingCount)
FindingCount of CryptoAnalysis Report.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.findingCountGreaterThan(Integer findingCountGreaterThan)
FindingCount of CryptoAnalysis Report.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.fleetId(String fleetId)
The OCID of the
Fleet.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.hostName(String hostName)
The host OCID
of the managed instance.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.limit(Integer limit)
The maximum number of items to return.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.nonCompliantFindingCount(Integer nonCompliantFindingCount)
Non Compliant Finding Count of CryptoAnalysis Report.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.nonCompliantFindingCountGreaterThan(Integer nonCompliantFindingCountGreaterThan)
Non Compliant Finding Count of CryptoAnalysis Report.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.opcRequestId(String opcRequestId)
The client request ID for tracing.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.page(String page)
The page token representing the page at which to start retrieving results.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.sortBy(CryptoAnalysisResultSortBy sortBy)
The field to sort crypto event analysis results.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to
RFC3339).
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to
RFC3339).
|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.toBuilder()
Return an instance of
ListCryptoAnalysisResultsRequest.Builder that allows you to modify request properties. |
Copyright © 2016–2024. All rights reserved.