Class ListOccmDemandSignalItemsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.capacitymanagement.requests.ListOccmDemandSignalItemsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListOccmDemandSignalItemsRequest,Void>
 - Enclosing class:
- ListOccmDemandSignalItemsRequest
 
 public static class ListOccmDemandSignalItemsRequest.Builder extends Object implements BmcRequest.Builder<ListOccmDemandSignalItemsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOccmDemandSignalItemsRequestbuild()Build the instance of ListOccmDemandSignalItemsRequest as configured by this builderListOccmDemandSignalItemsRequestbuildWithoutInvocationCallback()Build the instance of ListOccmDemandSignalItemsRequest as configured by this builderListOccmDemandSignalItemsRequest.BuildercompartmentId(String compartmentId)The ocid of the compartment or tenancy in which resources are to be listed.ListOccmDemandSignalItemsRequest.Buildercopy(ListOccmDemandSignalItemsRequest o)Copy method to populate the builder with values from the given instance.ListOccmDemandSignalItemsRequest.BuilderdemandSignalNamespace(DemandSignalNamespace demandSignalNamespace)A query parameter to filter the list of demand signal details based on the namespace.ListOccmDemandSignalItemsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListOccmDemandSignalItemsRequest.Builderlimit(Integer limit)The maximum number of items to return.ListOccmDemandSignalItemsRequest.BuilderoccmDemandSignalId(String occmDemandSignalId)A query parameter to filter the list of demand signal items based on a demand signal id.ListOccmDemandSignalItemsRequest.BuilderopcRequestId(String opcRequestId)The client request ID for tracing.ListOccmDemandSignalItemsRequest.Builderpage(String page)A token representing the position at which to start retrieving results.ListOccmDemandSignalItemsRequest.BuilderresourceName(String resourceName)A query parameter to filter the list of demand signal details based on the resource name.ListOccmDemandSignalItemsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListOccmDemandSignalItemsRequest.BuildersortBy(ListOccmDemandSignalItemsRequest.SortBy sortBy)The field to sort the response of List Demand Signal Details API.ListOccmDemandSignalItemsRequest.BuildersortOrder(SortOrder sortOrder)The sort order to use, either ‘ASC’ or ‘DESC’.- 
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- 
compartmentIdpublic ListOccmDemandSignalItemsRequest.Builder compartmentId(String compartmentId) The ocid of the compartment or tenancy in which resources are to be listed.This will also be used for authorization purposes. - Parameters:
- compartmentId- the value to set
- Returns:
- this builder instance
 
 - 
occmDemandSignalIdpublic ListOccmDemandSignalItemsRequest.Builder occmDemandSignalId(String occmDemandSignalId) A query parameter to filter the list of demand signal items based on a demand signal id.- Parameters:
- occmDemandSignalId- the value to set
- Returns:
- this builder instance
 
 - 
resourceNamepublic ListOccmDemandSignalItemsRequest.Builder resourceName(String resourceName) A query parameter to filter the list of demand signal details based on the resource name.- Parameters:
- resourceName- the value to set
- Returns:
- this builder instance
 
 - 
demandSignalNamespacepublic ListOccmDemandSignalItemsRequest.Builder demandSignalNamespace(DemandSignalNamespace demandSignalNamespace) A query parameter to filter the list of demand signal details based on the namespace.- Parameters:
- demandSignalNamespace- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListOccmDemandSignalItemsRequest.Builder limit(Integer limit) The maximum number of items to return.- Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListOccmDemandSignalItemsRequest.Builder page(String page) A token representing the position at which to start retrieving results.This must come from opc-next-page header field of a previous response. - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListOccmDemandSignalItemsRequest.Builder opcRequestId(String opcRequestId) The client request ID for tracing.The only valid characters for request IDs are letters, numbers, underscore, and dash. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListOccmDemandSignalItemsRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListOccmDemandSignalItemsRequest.Builder sortBy(ListOccmDemandSignalItemsRequest.SortBy sortBy) The field to sort the response of List Demand Signal Details API.Only one sort order may be provided. The default order for resource name is case sensitive alphabetical order. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListOccmDemandSignalItemsRequest.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 ListOccmDemandSignalItemsRequest.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 ListOccmDemandSignalItemsRequest.Builder copy(ListOccmDemandSignalItemsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListOccmDemandSignalItemsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListOccmDemandSignalItemsRequest build() Build the instance of ListOccmDemandSignalItemsRequest 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<ListOccmDemandSignalItemsRequest,Void>
- Returns:
- instance of ListOccmDemandSignalItemsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListOccmDemandSignalItemsRequest buildWithoutInvocationCallback() Build the instance of ListOccmDemandSignalItemsRequest 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 ListOccmDemandSignalItemsRequest
 
 
- 
 
-