Package com.oracle.bmc.dblm.requests
Class ListAggregatedVulnerabilityDataRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.dblm.requests.ListAggregatedVulnerabilityDataRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListAggregatedVulnerabilityDataRequest,Void>
- Enclosing class:
- ListAggregatedVulnerabilityDataRequest
public static class ListAggregatedVulnerabilityDataRequest.Builder extends Object implements BmcRequest.Builder<ListAggregatedVulnerabilityDataRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListAggregatedVulnerabilityDataRequestbuild()Build the instance of ListAggregatedVulnerabilityDataRequest as configured by this builderListAggregatedVulnerabilityDataRequestbuildWithoutInvocationCallback()Build the instance of ListAggregatedVulnerabilityDataRequest as configured by this builderListAggregatedVulnerabilityDataRequest.BuildercompartmentId(String compartmentId)The ID of the compartment in which to list resources.ListAggregatedVulnerabilityDataRequest.Buildercopy(ListAggregatedVulnerabilityDataRequest o)Copy method to populate the builder with values from the given instance.ListAggregatedVulnerabilityDataRequest.BuilderdatabaseRelease(String databaseRelease)A filter to return only database that match the given release version.ListAggregatedVulnerabilityDataRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListAggregatedVulnerabilityDataRequest.BuilderlifecycleState(DblmVulnerability.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.ListAggregatedVulnerabilityDataRequest.Builderlimit(Integer limit)The maximum number of items to return.ListAggregatedVulnerabilityDataRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListAggregatedVulnerabilityDataRequest.Builderpage(String page)A token representing the position at which to start retrieving results.ListAggregatedVulnerabilityDataRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListAggregatedVulnerabilityDataRequest.BuildertimeCreatedGreaterThan(Date timeCreatedGreaterThan)The created greater than.ListAggregatedVulnerabilityDataRequest.BuildertimeEndedLessThan(Date timeEndedLessThan)The time ended less than.-
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
-
opcRequestId
public ListAggregatedVulnerabilityDataRequest.Builder opcRequestId(String opcRequestId)
The client request ID for tracing.- Parameters:
opcRequestId- the value to set- Returns:
- this builder instance
-
compartmentId
public ListAggregatedVulnerabilityDataRequest.Builder compartmentId(String compartmentId)
The ID of the compartment in which to list resources.- Parameters:
compartmentId- the value to set- Returns:
- this builder instance
-
timeCreatedGreaterThan
public ListAggregatedVulnerabilityDataRequest.Builder timeCreatedGreaterThan(Date timeCreatedGreaterThan)
The created greater than.- Parameters:
timeCreatedGreaterThan- the value to set- Returns:
- this builder instance
-
timeEndedLessThan
public ListAggregatedVulnerabilityDataRequest.Builder timeEndedLessThan(Date timeEndedLessThan)
The time ended less than.- Parameters:
timeEndedLessThan- the value to set- Returns:
- this builder instance
-
databaseRelease
public ListAggregatedVulnerabilityDataRequest.Builder databaseRelease(String databaseRelease)
A filter to return only database that match the given release version.- Parameters:
databaseRelease- the value to set- Returns:
- this builder instance
-
lifecycleState
public ListAggregatedVulnerabilityDataRequest.Builder lifecycleState(DblmVulnerability.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.- Parameters:
lifecycleState- the value to set- Returns:
- this builder instance
-
limit
public ListAggregatedVulnerabilityDataRequest.Builder limit(Integer limit)
The maximum number of items to return.- Parameters:
limit- the value to set- Returns:
- this builder instance
-
page
public ListAggregatedVulnerabilityDataRequest.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.
- Parameters:
page- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListAggregatedVulnerabilityDataRequest.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 ListAggregatedVulnerabilityDataRequest.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 ListAggregatedVulnerabilityDataRequest.Builder copy(ListAggregatedVulnerabilityDataRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copyin interfaceBmcRequest.Builder<ListAggregatedVulnerabilityDataRequest,Void>- Parameters:
o- other request from which to copy values- Returns:
- this builder instance
-
build
public ListAggregatedVulnerabilityDataRequest build()
Build the instance of ListAggregatedVulnerabilityDataRequest 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 interfaceBmcRequest.Builder<ListAggregatedVulnerabilityDataRequest,Void>- Returns:
- instance of ListAggregatedVulnerabilityDataRequest
-
buildWithoutInvocationCallback
public ListAggregatedVulnerabilityDataRequest buildWithoutInvocationCallback()
Build the instance of ListAggregatedVulnerabilityDataRequest 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 ListAggregatedVulnerabilityDataRequest
-
-