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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListFindingsChangeAuditLogsRequestbuild()Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builderListFindingsChangeAuditLogsRequestbuildWithoutInvocationCallback()Build the instance of ListFindingsChangeAuditLogsRequest as configured by this builderListFindingsChangeAuditLogsRequest.Buildercopy(ListFindingsChangeAuditLogsRequest o)Copy method to populate the builder with values from the given instance.ListFindingsChangeAuditLogsRequest.BuilderfindingKey(String findingKey)The unique key that identifies the finding.ListFindingsChangeAuditLogsRequest.BuilderfindingTitle(String findingTitle)The unique title that identifies the finding.ListFindingsChangeAuditLogsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListFindingsChangeAuditLogsRequest.BuilderisRiskDeferred(Boolean isRiskDeferred)A filter to check findings whose risks were deferred by the user.ListFindingsChangeAuditLogsRequest.Builderlimit(Integer limit)For list pagination.ListFindingsChangeAuditLogsRequest.BuildermodifiedBy(String modifiedBy)A filter to check which user modified the risk level of the finding.ListFindingsChangeAuditLogsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListFindingsChangeAuditLogsRequest.Builderpage(String page)For list pagination.ListFindingsChangeAuditLogsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListFindingsChangeAuditLogsRequest.BuildersecurityAssessmentId(String securityAssessmentId)The OCID of the security assessment.ListFindingsChangeAuditLogsRequest.Builderseverity(ListFindingsChangeAuditLogsRequest.Severity severity)A filter to return only findings of a particular risk level.ListFindingsChangeAuditLogsRequest.BuildersortBy(ListFindingsChangeAuditLogsRequest.SortBy sortBy)The field to sort by.ListFindingsChangeAuditLogsRequest.BuildersortOrder(ListFindingsChangeAuditLogsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).ListFindingsChangeAuditLogsRequest.BuildertimeUpdatedGreaterThanOrEqualTo(Date timeUpdatedGreaterThanOrEqualTo)Search for resources that were updated after a specific date.ListFindingsChangeAuditLogsRequest.BuildertimeUpdatedLessThan(Date timeUpdatedLessThan)Search for resources that were updated before a specific date.ListFindingsChangeAuditLogsRequest.BuildertimeValidUntilGreaterThanOrEqualTo(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.BuildertimeValidUntilLessThan(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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com.oracle.bmc.requests.BmcRequest.Builderbody$
 
- 
 
- 
- 
- 
Method Detail- 
securityAssessmentIdpublic ListFindingsChangeAuditLogsRequest.Builder securityAssessmentId(String securityAssessmentId) The OCID of the security assessment.- Parameters:
- securityAssessmentId- the value to set
- Returns:
- this builder instance
 
 - 
severitypublic 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
 
 - 
findingKeypublic 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
 
 - 
findingTitlepublic 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
 
 - 
isRiskDeferredpublic 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
 
 - 
modifiedBypublic 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
 
 - 
limitpublic 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
 
 - 
pagepublic 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
 
 - 
sortOrderpublic 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
 
 - 
sortBypublic 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
 
 - 
timeValidUntilGreaterThanOrEqualTopublic 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
 
 - 
timeValidUntilLessThanpublic 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
 
 - 
timeUpdatedGreaterThanOrEqualTopublic 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
 
 - 
timeUpdatedLessThanpublic 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
 
 - 
opcRequestIdpublic ListFindingsChangeAuditLogsRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic 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
 
 - 
retryConfigurationpublic 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
 
 - 
copypublic ListFindingsChangeAuditLogsRequest.Builder copy(ListFindingsChangeAuditLogsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic 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:
- buildin interface- BmcRequest.Builder<ListFindingsChangeAuditLogsRequest,Void>
- Returns:
- instance of ListFindingsChangeAuditLogsRequest
 
 - 
buildWithoutInvocationCallbackpublic 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
 
 
- 
 
-