Package com.oracle.bmc.nosql.requests
Class ListTableUsageRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.nosql.requests.ListTableUsageRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListTableUsageRequest,Void>
 - Enclosing class:
- ListTableUsageRequest
 
 public static class ListTableUsageRequest.Builder extends Object implements BmcRequest.Builder<ListTableUsageRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListTableUsageRequestbuild()Build the instance of ListTableUsageRequest as configured by this builderListTableUsageRequestbuildWithoutInvocationCallback()Build the instance of ListTableUsageRequest as configured by this builderListTableUsageRequest.BuildercompartmentId(String compartmentId)The ID of a table’s compartment.ListTableUsageRequest.Buildercopy(ListTableUsageRequest o)Copy method to populate the builder with values from the given instance.ListTableUsageRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListTableUsageRequest.Builderlimit(Integer limit)The maximum number of items to return.ListTableUsageRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListTableUsageRequest.Builderpage(String page)The page token representing the page at which to start retrieving results.ListTableUsageRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListTableUsageRequest.BuildertableNameOrId(String tableNameOrId)A table name within the compartment, or a table OCID.ListTableUsageRequest.BuildertimeEnd(Date timeEnd)The end time to use for the request.ListTableUsageRequest.BuildertimeStart(Date timeStart)The start time to use for the request.- 
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- 
tableNameOrIdpublic ListTableUsageRequest.Builder tableNameOrId(String tableNameOrId) A table name within the compartment, or a table OCID.- Parameters:
- tableNameOrId- the value to set
- Returns:
- this builder instance
 
 - 
compartmentIdpublic ListTableUsageRequest.Builder compartmentId(String compartmentId) The ID of a table’s compartment.When a table is identified by name, the compartmentId is often needed to provide context for interpreting the name. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListTableUsageRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.- Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
timeStartpublic ListTableUsageRequest.Builder timeStart(Date timeStart) The start time to use for the request.If no time range is set for this request, the most recent complete usage record is returned. - Parameters:
- timeStart- the value to set
- Returns:
- this builder instance
 
 - 
timeEndpublic ListTableUsageRequest.Builder timeEnd(Date timeEnd) The end time to use for the request.- Parameters:
- timeEnd- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListTableUsageRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListTableUsageRequest.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
 
 - 
invocationCallbackpublic ListTableUsageRequest.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 ListTableUsageRequest.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 ListTableUsageRequest.Builder copy(ListTableUsageRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListTableUsageRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListTableUsageRequest build() Build the instance of ListTableUsageRequest 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<ListTableUsageRequest,Void>
- Returns:
- instance of ListTableUsageRequest
 
 - 
buildWithoutInvocationCallbackpublic ListTableUsageRequest buildWithoutInvocationCallback() Build the instance of ListTableUsageRequest 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 ListTableUsageRequest
 
 
- 
 
-