Package com.oracle.bmc.jms.requests
Class ListCryptoAnalysisResultsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.jms.requests.ListCryptoAnalysisResultsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListCryptoAnalysisResultsRequest,Void>
- Enclosing class:
- ListCryptoAnalysisResultsRequest
public static class ListCryptoAnalysisResultsRequest.Builder extends Object implements BmcRequest.Builder<ListCryptoAnalysisResultsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListCryptoAnalysisResultsRequest.Builder
aggregationMode(CryptoAnalysisResultMode aggregationMode)
The aggregation mode of the crypto event analysis result.ListCryptoAnalysisResultsRequest
build()
Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderListCryptoAnalysisResultsRequest
buildWithoutInvocationCallback()
Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderListCryptoAnalysisResultsRequest.Builder
copy(ListCryptoAnalysisResultsRequest o)
Copy method to populate the builder with values from the given instance.ListCryptoAnalysisResultsRequest.Builder
findingCount(Integer findingCount)
FindingCount of CryptoAnalysis Report.ListCryptoAnalysisResultsRequest.Builder
findingCountGreaterThan(Integer findingCountGreaterThan)
FindingCount of CryptoAnalysis Report.ListCryptoAnalysisResultsRequest.Builder
fleetId(String fleetId)
The OCID of the Fleet.ListCryptoAnalysisResultsRequest.Builder
hostName(String hostName)
The host OCID of the managed instance.ListCryptoAnalysisResultsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListCryptoAnalysisResultsRequest.Builder
limit(Integer limit)
The maximum number of items to return.ListCryptoAnalysisResultsRequest.Builder
managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.ListCryptoAnalysisResultsRequest.Builder
nonCompliantFindingCount(Integer nonCompliantFindingCount)
Non Compliant Finding Count of CryptoAnalysis Report.ListCryptoAnalysisResultsRequest.Builder
nonCompliantFindingCountGreaterThan(Integer nonCompliantFindingCountGreaterThan)
Non Compliant Finding Count of CryptoAnalysis Report.ListCryptoAnalysisResultsRequest.Builder
opcRequestId(String opcRequestId)
The client request ID for tracing.ListCryptoAnalysisResultsRequest.Builder
page(String page)
The page token representing the page at which to start retrieving results.ListCryptoAnalysisResultsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListCryptoAnalysisResultsRequest.Builder
sortBy(CryptoAnalysisResultSortBy sortBy)
The field to sort crypto event analysis results.ListCryptoAnalysisResultsRequest.Builder
sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.ListCryptoAnalysisResultsRequest.Builder
timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to RFC3339).ListCryptoAnalysisResultsRequest.Builder
timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to RFC3339).-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builder
body$
-
-
-
-
Method Detail
-
fleetId
public ListCryptoAnalysisResultsRequest.Builder fleetId(String fleetId)
The OCID of the Fleet.- Parameters:
fleetId
- the value to set- Returns:
- this builder instance
-
aggregationMode
public ListCryptoAnalysisResultsRequest.Builder aggregationMode(CryptoAnalysisResultMode aggregationMode)
The aggregation mode of the crypto event analysis result.- Parameters:
aggregationMode
- the value to set- Returns:
- this builder instance
-
managedInstanceId
public ListCryptoAnalysisResultsRequest.Builder managedInstanceId(String managedInstanceId)
The Fleet-unique identifier of the related managed instance.- Parameters:
managedInstanceId
- the value to set- Returns:
- this builder instance
-
hostName
public ListCryptoAnalysisResultsRequest.Builder hostName(String hostName)
The host OCID of the managed instance.- Parameters:
hostName
- the value to set- Returns:
- this builder instance
-
nonCompliantFindingCount
public ListCryptoAnalysisResultsRequest.Builder nonCompliantFindingCount(Integer nonCompliantFindingCount)
Non Compliant Finding Count of CryptoAnalysis Report.- Parameters:
nonCompliantFindingCount
- the value to set- Returns:
- this builder instance
-
nonCompliantFindingCountGreaterThan
public ListCryptoAnalysisResultsRequest.Builder nonCompliantFindingCountGreaterThan(Integer nonCompliantFindingCountGreaterThan)
Non Compliant Finding Count of CryptoAnalysis Report.- Parameters:
nonCompliantFindingCountGreaterThan
- the value to set- Returns:
- this builder instance
-
findingCount
public ListCryptoAnalysisResultsRequest.Builder findingCount(Integer findingCount)
FindingCount of CryptoAnalysis Report.- Parameters:
findingCount
- the value to set- Returns:
- this builder instance
-
findingCountGreaterThan
public ListCryptoAnalysisResultsRequest.Builder findingCountGreaterThan(Integer findingCountGreaterThan)
FindingCount of CryptoAnalysis Report.- Parameters:
findingCountGreaterThan
- the value to set- Returns:
- this builder instance
-
timeStart
public ListCryptoAnalysisResultsRequest.Builder timeStart(Date timeStart)
The start of the time period during which resources are searched (formatted according to RFC3339).- Parameters:
timeStart
- the value to set- Returns:
- this builder instance
-
timeEnd
public ListCryptoAnalysisResultsRequest.Builder timeEnd(Date timeEnd)
The end of the time period during which resources are searched (formatted according to RFC3339).- Parameters:
timeEnd
- the value to set- Returns:
- this builder instance
-
limit
public ListCryptoAnalysisResultsRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListCryptoAnalysisResultsRequest.Builder page(String page)
The page token representing the page at which to start retrieving results.The token is usually retrieved from a previous list call.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListCryptoAnalysisResultsRequest.Builder sortOrder(SortOrder sortOrder)
The sort order, either ‘asc’ or ‘desc’.- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListCryptoAnalysisResultsRequest.Builder sortBy(CryptoAnalysisResultSortBy sortBy)
The field to sort crypto event analysis results.Only one sort order can be provided. Default order for timeCreated, and jreVersion is descending. Default order for managedInstanceId, jreDistribution, jreVendor and osName is ascending. If no value is specified timeCreated is default.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListCryptoAnalysisResultsRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListCryptoAnalysisResultsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.- Parameters:
invocationCallback
- the invocation callback to be set for the request- Returns:
- this builder instance
-
retryConfiguration
public ListCryptoAnalysisResultsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.- Parameters:
retryConfiguration
- the retry configuration to be used for the request- Returns:
- this builder instance
-
copy
public ListCryptoAnalysisResultsRequest.Builder copy(ListCryptoAnalysisResultsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListCryptoAnalysisResultsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListCryptoAnalysisResultsRequest build()
Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderNote that this method takes calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuildWithoutInvocationCallback()
does not.This is the preferred method to build an instance.
- Specified by:
build
in interfaceBmcRequest.Builder<ListCryptoAnalysisResultsRequest,Void>
- Returns:
- instance of ListCryptoAnalysisResultsRequest
-
buildWithoutInvocationCallback
public ListCryptoAnalysisResultsRequest buildWithoutInvocationCallback()
Build the instance of ListCryptoAnalysisResultsRequest as configured by this builderNote that this method does not take calls to
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account, while the methodbuild()
does- Returns:
- instance of ListCryptoAnalysisResultsRequest
-
-