public static class ListFindingsChangeAuditLogsRequest.Builder extends Object implements BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ListFindingsChangeAuditLogsRequest |
build()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builder
|
ListFindingsChangeAuditLogsRequest |
buildWithoutInvocationCallback()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builder
|
ListFindingsChangeAuditLogsRequest.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. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
body$
public ListFindingsChangeAuditLogsRequest.Builder securityAssessmentId(String securityAssessmentId)
The OCID of the security assessment.
securityAssessmentId
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder severity(ListFindingsChangeAuditLogsRequest.Severity severity)
A filter to return only findings of a particular risk level.
severity
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder findingKey(String findingKey)
The unique key that identifies the finding. It is a string and unique within a security assessment.
findingKey
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder findingTitle(String findingTitle)
The unique title that identifies the finding. It is a string and unique within a security assessment.
findingTitle
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder isRiskDeferred(Boolean isRiskDeferred)
A filter to check findings whose risks were deferred by the user.
isRiskDeferred
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder modifiedBy(String modifiedBy)
A filter to check which user modified the risk level of the finding.
modifiedBy
- the value to setpublic 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.
limit
- the value to setpublic 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.
page
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder sortOrder(ListFindingsChangeAuditLogsRequest.SortOrder sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
sortOrder
- the value to setpublic 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.
sortBy
- the value to setpublic 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
timeValidUntilGreaterThanOrEqualTo
- the value to setpublic 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
timeValidUntilLessThan
- the value to setpublic 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.
timeUpdatedGreaterThanOrEqualTo
- the value to setpublic 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.
timeUpdatedLessThan
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder opcRequestId(String opcRequestId)
Unique identifier for the request.
opcRequestId
- the value to setpublic ListFindingsChangeAuditLogsRequest.Builder invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.
invocationCallback
- the invocation callback to be set for the requestpublic ListFindingsChangeAuditLogsRequest.Builder retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.
retryConfiguration
- the retry configuration to be used for the requestpublic ListFindingsChangeAuditLogsRequest.Builder copy(ListFindingsChangeAuditLogsRequest o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
o
- other request from which to copy valuespublic ListFindingsChangeAuditLogsRequest build()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builder
Note that this method takes calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method buildWithoutInvocationCallback()
does not.
This is the preferred method to build an instance.
build
in interface BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
public ListFindingsChangeAuditLogsRequest buildWithoutInvocationCallback()
Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builder
Note that this method does not take calls to invocationCallback(com.oracle.bmc.http.client.RequestInterceptor)
into account,
while the method build()
does
Copyright © 2016–2024. All rights reserved.