Class ListDataSourceEventsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudguard.requests.ListDataSourceEventsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListDataSourceEventsRequest,Void>
 - Enclosing class:
- ListDataSourceEventsRequest
 
 public static class ListDataSourceEventsRequest.Builder extends Object implements BmcRequest.Builder<ListDataSourceEventsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDataSourceEventsRequestbuild()Build the instance of ListDataSourceEventsRequest as configured by this builderListDataSourceEventsRequestbuildWithoutInvocationCallback()Build the instance of ListDataSourceEventsRequest as configured by this builderListDataSourceEventsRequest.Buildercopy(ListDataSourceEventsRequest o)Copy method to populate the builder with values from the given instance.ListDataSourceEventsRequest.BuilderdataSourceId(String dataSourceId)Data source OCID.ListDataSourceEventsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListDataSourceEventsRequest.Builderlimit(Integer limit)The maximum number of items to returnListDataSourceEventsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListDataSourceEventsRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListDataSourceEventsRequest.Builderregion(String region)A filter to return only resource where their region matches the given region.ListDataSourceEventsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListDataSourceEventsRequest.BuildersortBy(ListDataSourceEventsRequest.SortBy sortBy)The field to sort by.ListDataSourceEventsRequest.BuildersortOrder(SortOrders sortOrder)The sort order to use- 
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- 
dataSourceIdpublic ListDataSourceEventsRequest.Builder dataSourceId(String dataSourceId) Data source OCID.- Parameters:
- dataSourceId- the value to set
- Returns:
- this builder instance
 
 - 
regionpublic ListDataSourceEventsRequest.Builder region(String region) A filter to return only resource where their region matches the given region.- Parameters:
- region- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListDataSourceEventsRequest.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
 
 - 
limitpublic ListDataSourceEventsRequest.Builder limit(Integer limit) The maximum number of items to return- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListDataSourceEventsRequest.Builder sortOrder(SortOrders sortOrder) The sort order to use- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListDataSourceEventsRequest.Builder sortBy(ListDataSourceEventsRequest.SortBy sortBy) The field to sort by.Only one sort order may be provided. Default order for timeCreated is descending. If no value is specified timeCreated is default. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListDataSourceEventsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListDataSourceEventsRequest.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 ListDataSourceEventsRequest.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 ListDataSourceEventsRequest.Builder copy(ListDataSourceEventsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListDataSourceEventsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListDataSourceEventsRequest build() Build the instance of ListDataSourceEventsRequest 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<ListDataSourceEventsRequest,Void>
- Returns:
- instance of ListDataSourceEventsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListDataSourceEventsRequest buildWithoutInvocationCallback() Build the instance of ListDataSourceEventsRequest 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 ListDataSourceEventsRequest
 
 
- 
 
-