Class ListContainerScanResultsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.vulnerabilityscanning.requests.ListContainerScanResultsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListContainerScanResultsRequest,Void>
 - Enclosing class:
- ListContainerScanResultsRequest
 
 public static class ListContainerScanResultsRequest.Builder extends Object implements BmcRequest.Builder<ListContainerScanResultsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListContainerScanResultsRequest.BuilderareSubcompartmentsIncluded(Boolean areSubcompartmentsIncluded)When listing with one or more filters, whether to include subcompartments for the compartmentId being listed for.ListContainerScanResultsRequestbuild()Build the instance of ListContainerScanResultsRequest as configured by this builderListContainerScanResultsRequestbuildWithoutInvocationCallback()Build the instance of ListContainerScanResultsRequest as configured by this builderListContainerScanResultsRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListContainerScanResultsRequest.Buildercopy(ListContainerScanResultsRequest o)Copy method to populate the builder with values from the given instance.ListContainerScanResultsRequest.BuilderhighestProblemSeverity(ScanResultProblemSeverity highestProblemSeverity)Parameter to filter by highestProblemSeverity for scan resultsListContainerScanResultsRequest.Builderimage(String image)Image nameListContainerScanResultsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListContainerScanResultsRequest.BuilderisLatestOnly(Boolean isLatestOnly)A flag to return only the latest scan result of an instance.ListContainerScanResultsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListContainerScanResultsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListContainerScanResultsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListContainerScanResultsRequest.Builderrepository(String repository)Repository nameListContainerScanResultsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListContainerScanResultsRequest.BuildersortBy(ContainerScanResultSortBy sortBy)The field to sort by.ListContainerScanResultsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.ListContainerScanResultsRequest.BuildertimeStartedGreaterThanOrEqualTo(Date timeStartedGreaterThanOrEqualTo)Date and time on or after which scans were started, as described in RFC 3339ListContainerScanResultsRequest.BuildertimeStartedLessThanOrEqualTo(Date timeStartedLessThanOrEqualTo)Date and time on or before which scans were started, as described in RFC 3339- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ListContainerScanResultsRequest.Builder compartmentId(String compartmentId) The ID of the compartment in which to list resources.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
repositorypublic ListContainerScanResultsRequest.Builder repository(String repository) Repository name- Parameters:
- repository- the value to set
- Returns:
- this builder instance
 
 - 
imagepublic ListContainerScanResultsRequest.Builder image(String image) Image name- Parameters:
- image- the value to set
- Returns:
- this builder instance
 
 - 
areSubcompartmentsIncludedpublic ListContainerScanResultsRequest.Builder areSubcompartmentsIncluded(Boolean areSubcompartmentsIncluded) When listing with one or more filters, whether to include subcompartments for the compartmentId being listed for.Does nothing if no filters are present in the query. - Parameters:
- areSubcompartmentsIncluded- the value to set
- Returns:
- this builder instance
 
 - 
highestProblemSeveritypublic ListContainerScanResultsRequest.Builder highestProblemSeverity(ScanResultProblemSeverity highestProblemSeverity) Parameter to filter by highestProblemSeverity for scan results- Parameters:
- highestProblemSeverity- the value to set
- Returns:
- this builder instance
 
 - 
timeStartedGreaterThanOrEqualTopublic ListContainerScanResultsRequest.Builder timeStartedGreaterThanOrEqualTo(Date timeStartedGreaterThanOrEqualTo) Date and time on or after which scans were started, as described in RFC 3339- Parameters:
- timeStartedGreaterThanOrEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
timeStartedLessThanOrEqualTopublic ListContainerScanResultsRequest.Builder timeStartedLessThanOrEqualTo(Date timeStartedLessThanOrEqualTo) Date and time on or before which scans were started, as described in RFC 3339- Parameters:
- timeStartedLessThanOrEqualTo- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListContainerScanResultsRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListContainerScanResultsRequest.Builder sortBy(ContainerScanResultSortBy sortBy) The field to sort by.Only one sort order may be provided. Default order is descending. If no value is specified timeStarted is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListContainerScanResultsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListContainerScanResultsRequest.Builder page(String page) The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListContainerScanResultsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
isLatestOnlypublic ListContainerScanResultsRequest.Builder isLatestOnly(Boolean isLatestOnly) A flag to return only the latest scan result of an instance.- Parameters:
- isLatestOnly- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListContainerScanResultsRequest.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
 
 - 
retryConfigurationpublic ListContainerScanResultsRequest.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
 
 - 
copypublic ListContainerScanResultsRequest.Builder copy(ListContainerScanResultsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListContainerScanResultsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListContainerScanResultsRequest build() Build the instance of ListContainerScanResultsRequest 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:
- buildin interface- BmcRequest.Builder<ListContainerScanResultsRequest,Void>
- Returns:
- instance of ListContainerScanResultsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListContainerScanResultsRequest buildWithoutInvocationCallback() Build the instance of ListContainerScanResultsRequest 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 ListContainerScanResultsRequest
 
 
- 
 
-