Class ListModuleStreamsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.requests.ListModuleStreamsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<ListModuleStreamsRequest,Void>
 - Enclosing class:
- ListModuleStreamsRequest
 
 public static class ListModuleStreamsRequest.Builder extends Object implements BmcRequest.Builder<ListModuleStreamsRequest,Void> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ListModuleStreamsRequestbuild()Build the instance of ListModuleStreamsRequest as configured by this builderListModuleStreamsRequestbuildWithoutInvocationCallback()Build the instance of ListModuleStreamsRequest as configured by this builderListModuleStreamsRequest.Buildercopy(ListModuleStreamsRequest o)Copy method to populate the builder with values from the given instance.ListModuleStreamsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.ListModuleStreamsRequest.BuilderisLatest(Boolean isLatest)Indicates whether to list only the latest versions of packages, module streams, and stream profiles.ListModuleStreamsRequest.Builderlimit(Integer limit)For list pagination.ListModuleStreamsRequest.BuildermoduleName(String moduleName)The name of a module.ListModuleStreamsRequest.BuildermoduleNameContains(String moduleNameContains)A filter to return resources that may partially match the module name given.ListModuleStreamsRequest.Buildername(String name)The name of the entity to be queried.ListModuleStreamsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.ListModuleStreamsRequest.Builderpage(String page)For list pagination.ListModuleStreamsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.ListModuleStreamsRequest.BuildersoftwareSourceId(String softwareSourceId)The OCID of the software source.ListModuleStreamsRequest.BuildersortBy(ListModuleStreamsRequest.SortBy sortBy)The field to sort by.ListModuleStreamsRequest.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- 
softwareSourceIdpublic ListModuleStreamsRequest.Builder softwareSourceId(String softwareSourceId) The OCID of the software source.- Parameters:
- softwareSourceId- the value to set
- Returns:
- this builder instance
 
 - 
moduleNamepublic ListModuleStreamsRequest.Builder moduleName(String moduleName) The name of a module.This parameter is required if a streamName is specified. - Parameters:
- moduleName- the value to set
- Returns:
- this builder instance
 
 - 
namepublic ListModuleStreamsRequest.Builder name(String name) The name of the entity to be queried.- Parameters:
- name- the value to set
- Returns:
- this builder instance
 
 - 
isLatestpublic ListModuleStreamsRequest.Builder isLatest(Boolean isLatest) Indicates whether to list only the latest versions of packages, module streams, and stream profiles.- Parameters:
- isLatest- the value to set
- Returns:
- this builder instance
 
 - 
limitpublic ListModuleStreamsRequest.Builder limit(Integer limit) For list pagination.The maximum number of results per page, or items to return in a paginated “List” call. For important details about how pagination works, see List Pagination. Example: 50 - Parameters:
- limit- the value to set
- Returns:
- this builder instance
 
 - 
pagepublic ListModuleStreamsRequest.Builder page(String page) For list pagination.The value of the opc-next-page response header from the previous “List” call. For important details about how pagination works, see List Pagination. Example: 3 - Parameters:
- page- the value to set
- Returns:
- this builder instance
 
 - 
sortOrderpublic ListModuleStreamsRequest.Builder sortOrder(SortOrder sortOrder) The sort order to use, either ‘ASC’ or ‘DESC’.- Parameters:
- sortOrder- the value to set
- Returns:
- this builder instance
 
 - 
sortBypublic ListModuleStreamsRequest.Builder sortBy(ListModuleStreamsRequest.SortBy sortBy) The field to sort by.Only one sort order may be provided. Default order for moduleName is ascending. - Parameters:
- sortBy- the value to set
- Returns:
- this builder instance
 
 - 
moduleNameContainspublic ListModuleStreamsRequest.Builder moduleNameContains(String moduleNameContains) A filter to return resources that may partially match the module name given.- Parameters:
- moduleNameContains- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic ListModuleStreamsRequest.Builder opcRequestId(String opcRequestId) Unique Oracle-assigned identifier for the request.If you need to contact Oracle about a particular request, please provide the request ID. - Parameters:
- opcRequestId- the value to set
- Returns:
- this builder instance
 
 - 
invocationCallbackpublic ListModuleStreamsRequest.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 ListModuleStreamsRequest.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 ListModuleStreamsRequest.Builder copy(ListModuleStreamsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<ListModuleStreamsRequest,Void>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic ListModuleStreamsRequest build() Build the instance of ListModuleStreamsRequest 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<ListModuleStreamsRequest,Void>
- Returns:
- instance of ListModuleStreamsRequest
 
 - 
buildWithoutInvocationCallbackpublic ListModuleStreamsRequest buildWithoutInvocationCallback() Build the instance of ListModuleStreamsRequest 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 ListModuleStreamsRequest
 
 
- 
 
-