Class ListFindingsChangeAuditLogsRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datasafe.requests.ListFindingsChangeAuditLogsRequest.Builder
-
- All Implemented Interfaces:
BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
- Enclosing class:
- ListFindingsChangeAuditLogsRequest
public static class ListFindingsChangeAuditLogsRequest.Builder extends Object implements BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFindingsChangeAuditLogsRequest
build()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builderListFindingsChangeAuditLogsRequest
buildWithoutInvocationCallback()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builderListFindingsChangeAuditLogsRequest.Builder
copy(ListFindingsChangeAuditLogsRequest o)
Copy method to populate the builder with values from the given instance.ListFindingsChangeAuditLogsRequest.Builder
findingKey(String findingKey)
The unique key that identifies the finding.ListFindingsChangeAuditLogsRequest.Builder
findingTitle(String findingTitle)
The unique title that identifies the finding.ListFindingsChangeAuditLogsRequest.Builder
invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListFindingsChangeAuditLogsRequest.Builder
isRiskDeferred(Boolean isRiskDeferred)
A filter to check findings whose risks were deferred by the user.ListFindingsChangeAuditLogsRequest.Builder
limit(Integer limit)
For list pagination.ListFindingsChangeAuditLogsRequest.Builder
modifiedBy(String modifiedBy)
A filter to check which user modified the risk level of the finding.ListFindingsChangeAuditLogsRequest.Builder
opcRequestId(String opcRequestId)
Unique identifier for the request.ListFindingsChangeAuditLogsRequest.Builder
page(String page)
For list pagination.ListFindingsChangeAuditLogsRequest.Builder
retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListFindingsChangeAuditLogsRequest.Builder
securityAssessmentId(String securityAssessmentId)
The OCID of the security assessment.ListFindingsChangeAuditLogsRequest.Builder
severity(ListFindingsChangeAuditLogsRequest.Severity severity)
A filter to return only findings of a particular risk level.ListFindingsChangeAuditLogsRequest.Builder
sortBy(ListFindingsChangeAuditLogsRequest.SortBy sortBy)
The field to sort by.ListFindingsChangeAuditLogsRequest.Builder
sortOrder(ListFindingsChangeAuditLogsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListFindingsChangeAuditLogsRequest.Builder
timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
Search for resources that were updated after a specific date.ListFindingsChangeAuditLogsRequest.Builder
timeUpdatedLessThan(Date timeUpdatedLessThan)
Search for resources that were updated before a specific date.ListFindingsChangeAuditLogsRequest.Builder
timeValidUntilGreaterThanOrEqualTo(Date timeValidUntilGreaterThanOrEqualTo)
Specifying TimeValidUntilGreaterThanOrEqualToQueryParam parameter will retrieve all items for which the risk level modification by user will no longer be valid greater than the date and time specified, in the format defined by RFC3339.ListFindingsChangeAuditLogsRequest.Builder
timeValidUntilLessThan(Date timeValidUntilLessThan)
Specifying TimeValidUntilLessThanQueryParam parameter will retrieve all items for which the risk level modification by user will be valid until less than the date and time specified, in the format defined by 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
-
securityAssessmentId
public ListFindingsChangeAuditLogsRequest.Builder securityAssessmentId(String securityAssessmentId)
The OCID of the security assessment.- Parameters:
securityAssessmentId
- the value to set- Returns:
- this builder instance
-
severity
public ListFindingsChangeAuditLogsRequest.Builder severity(ListFindingsChangeAuditLogsRequest.Severity severity)
A filter to return only findings of a particular risk level.- Parameters:
severity
- the value to set- Returns:
- this builder instance
-
findingKey
public ListFindingsChangeAuditLogsRequest.Builder findingKey(String findingKey)
The unique key that identifies the finding.It is a string and unique within a security assessment.
- Parameters:
findingKey
- the value to set- Returns:
- this builder instance
-
findingTitle
public ListFindingsChangeAuditLogsRequest.Builder findingTitle(String findingTitle)
The unique title that identifies the finding.It is a string and unique within a security assessment.
- Parameters:
findingTitle
- the value to set- Returns:
- this builder instance
-
isRiskDeferred
public ListFindingsChangeAuditLogsRequest.Builder isRiskDeferred(Boolean isRiskDeferred)
A filter to check findings whose risks were deferred by the user.- Parameters:
isRiskDeferred
- the value to set- Returns:
- this builder instance
-
modifiedBy
public ListFindingsChangeAuditLogsRequest.Builder modifiedBy(String modifiedBy)
A filter to check which user modified the risk level of the finding.- Parameters:
modifiedBy
- the value to set- Returns:
- this builder instance
-
limit
public ListFindingsChangeAuditLogsRequest.Builder limit(Integer limit)
For list pagination.The maximum number of items to return per page in a paginated “List” call. For details about how pagination works, see List Pagination.
- Parameters:
limit
- the value to set- Returns:
- this builder instance
-
page
public ListFindingsChangeAuditLogsRequest.Builder page(String page)
For list pagination.The page token representing the page at which to start retrieving results. It is usually retrieved from a previous “List” call. For details about how pagination works, see List Pagination.
- Parameters:
page
- the value to set- Returns:
- this builder instance
-
sortOrder
public ListFindingsChangeAuditLogsRequest.Builder sortOrder(ListFindingsChangeAuditLogsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).- Parameters:
sortOrder
- the value to set- Returns:
- this builder instance
-
sortBy
public ListFindingsChangeAuditLogsRequest.Builder sortBy(ListFindingsChangeAuditLogsRequest.SortBy sortBy)
The field to sort by.You can specify only one sort order(sortOrder). The default order for timeUpdated is descending.
- Parameters:
sortBy
- the value to set- Returns:
- this builder instance
-
timeValidUntilGreaterThanOrEqualTo
public ListFindingsChangeAuditLogsRequest.Builder timeValidUntilGreaterThanOrEqualTo(Date timeValidUntilGreaterThanOrEqualTo)
Specifying TimeValidUntilGreaterThanOrEqualToQueryParam parameter will retrieve all items for which the risk level modification by user will no longer be valid greater than the date and time specified, in the format defined by RFC3339.*Example:** 2016-12-19T00:00:00.000Z
- Parameters:
timeValidUntilGreaterThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
timeValidUntilLessThan
public ListFindingsChangeAuditLogsRequest.Builder timeValidUntilLessThan(Date timeValidUntilLessThan)
Specifying TimeValidUntilLessThanQueryParam parameter will retrieve all items for which the risk level modification by user will be valid until less than the date and time specified, in the format defined by RFC3339.*Example:** 2016-12-19T00:00:00.000Z
- Parameters:
timeValidUntilLessThan
- the value to set- Returns:
- this builder instance
-
timeUpdatedGreaterThanOrEqualTo
public ListFindingsChangeAuditLogsRequest.Builder timeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)
Search for resources that were updated after a specific date.Specifying this parameter corresponding timeUpdatedGreaterThanOrEqualTo parameter will retrieve all resources updated after the specified created date, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC 3339.
- Parameters:
timeUpdatedGreaterThanOrEqualTo
- the value to set- Returns:
- this builder instance
-
timeUpdatedLessThan
public ListFindingsChangeAuditLogsRequest.Builder timeUpdatedLessThan(Date timeUpdatedLessThan)
Search for resources that were updated before a specific date.Specifying this parameter corresponding timeUpdatedLessThan parameter will retrieve all resources updated before the specified created date, in “YYYY-MM-ddThh:mmZ” format with a Z offset, as defined by RFC 3339.
- Parameters:
timeUpdatedLessThan
- the value to set- Returns:
- this builder instance
-
opcRequestId
public ListFindingsChangeAuditLogsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.- Parameters:
opcRequestId
- the value to set- Returns:
- this builder instance
-
invocationCallback
public ListFindingsChangeAuditLogsRequest.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 ListFindingsChangeAuditLogsRequest.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 ListFindingsChangeAuditLogsRequest.Builder copy(ListFindingsChangeAuditLogsRequest o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public ListFindingsChangeAuditLogsRequest build()
Build the instance of ListFindingsChangeAuditLogsRequest 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<ListFindingsChangeAuditLogsRequest,Void>
- Returns:
- instance of ListFindingsChangeAuditLogsRequest
-
buildWithoutInvocationCallback
public ListFindingsChangeAuditLogsRequest buildWithoutInvocationCallback()
Build the instance of ListFindingsChangeAuditLogsRequest 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 ListFindingsChangeAuditLogsRequest
-
-