Package com.oracle.bmc.dataflow.requests
Class ListStatementsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataflow.requests.ListStatementsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListStatementsRequest,Void>
 - Enclosing class:
- ListStatementsRequest
 
 public static class ListStatementsRequest.Builder extends Object implements BmcRequest.Builder<ListStatementsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListStatementsRequestbuild()Build the instance of ListStatementsRequest as configured by this builderListStatementsRequestbuildWithoutInvocationCallback()Build the instance of ListStatementsRequest as configured by this builderListStatementsRequest.Buildercopy(ListStatementsRequest o)Copy method to populate the builder with values from the given instance.ListStatementsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListStatementsRequest.BuilderlifecycleState(StatementLifecycleState lifecycleState)The LifecycleState of the statement.ListStatementsRequest.Builderlimit(Integer limit)The maximum number of results to return in a paginated List call.ListStatementsRequest.BuilderopcRequestId(String opcRequestId)Unique identifier for the request.ListStatementsRequest.Builderpage(String page)The value of the opc-next-page or opc-prev-page response header from the last List call to sent back to server for getting the next page of results.ListStatementsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListStatementsRequest.BuilderrunId(String runId)The unique ID for the runListStatementsRequest.BuildersortBy(ListStatementsRequest.SortBy sortBy)The field used to sort the results.ListStatementsRequest.BuildersortOrder(ListStatementsRequest.SortOrder sortOrder)The ordering of results in ascending or descending order.- 
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- 
runIdpublic ListStatementsRequest.Builder runId(String runId) The unique ID for the run- Parameters:
- runId- the value to set
- Returns:
- this builder instance
 
 - 
lifecycleStatepublic ListStatementsRequest.Builder lifecycleState(StatementLifecycleState lifecycleState) The LifecycleState of the statement.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListStatementsRequest.Builder sortBy(ListStatementsRequest.SortBy sortBy) The field used to sort the results.Multiple fields are not supported. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListStatementsRequest.Builder sortOrder(ListStatementsRequest.SortOrder sortOrder) The ordering of results in ascending or descending order.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListStatementsRequest.Builder limit(Integer limit) The maximum number of results to return in a paginated List call.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListStatementsRequest.Builder page(String page) The value of the opc-next-page or opc-prev-page response header from the last List call to sent back to server for getting the next page of results.- Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListStatementsRequest.Builder opcRequestId(String opcRequestId) Unique identifier for the request.If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListStatementsRequest.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 ListStatementsRequest.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 ListStatementsRequest.Builder copy(ListStatementsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListStatementsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListStatementsRequest build() Build the instance of ListStatementsRequest 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<ListStatementsRequest,Void>
- Returns:
- instance of ListStatementsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListStatementsRequest buildWithoutInvocationCallback() Build the instance of ListStatementsRequest 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 ListStatementsRequest
 
 
- 
 
-