Class SearchSoftwareSourcePackageGroupsRequest.Builder
- java.lang.Object
- 
- com.oracle.bmc.osmanagementhub.requests.SearchSoftwareSourcePackageGroupsRequest.Builder
 
- 
- All Implemented Interfaces:
- BmcRequest.Builder<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsDetails>
 - Enclosing class:
- SearchSoftwareSourcePackageGroupsRequest
 
 public static class SearchSoftwareSourcePackageGroupsRequest.Builder extends Object implements BmcRequest.Builder<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsDetails> 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSoftwareSourcePackageGroupsRequest.Builderbody$(SearchSoftwareSourcePackageGroupsDetails body)Alternative setter for the body parameter.SearchSoftwareSourcePackageGroupsRequestbuild()Build the instance of SearchSoftwareSourcePackageGroupsRequest as configured by this builderSearchSoftwareSourcePackageGroupsRequestbuildWithoutInvocationCallback()Build the instance of SearchSoftwareSourcePackageGroupsRequest as configured by this builderSearchSoftwareSourcePackageGroupsRequest.Buildercopy(SearchSoftwareSourcePackageGroupsRequest o)Copy method to populate the builder with values from the given instance.SearchSoftwareSourcePackageGroupsRequest.BuilderinvocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)Set the invocation callback for the request to be built.SearchSoftwareSourcePackageGroupsRequest.Builderlimit(Integer limit)For list pagination.SearchSoftwareSourcePackageGroupsRequest.BuilderopcRequestId(String opcRequestId)Unique Oracle-assigned identifier for the request.SearchSoftwareSourcePackageGroupsRequest.Builderpage(String page)For list pagination.SearchSoftwareSourcePackageGroupsRequest.BuilderretryConfiguration(RetryConfiguration retryConfiguration)Set the retry configuration for the request to be built.SearchSoftwareSourcePackageGroupsRequest.BuildersearchSoftwareSourcePackageGroupsDetails(SearchSoftwareSourcePackageGroupsDetails searchSoftwareSourcePackageGroupsDetails)Request body that takes in a list of software sources and other search parameters.
 
- 
- 
- 
Method Detail- 
searchSoftwareSourcePackageGroupsDetailspublic SearchSoftwareSourcePackageGroupsRequest.Builder searchSoftwareSourcePackageGroupsDetails(SearchSoftwareSourcePackageGroupsDetails searchSoftwareSourcePackageGroupsDetails) Request body that takes in a list of software sources and other search parameters.- Parameters:
- searchSoftwareSourcePackageGroupsDetails- the value to set
- Returns:
- this builder instance
 
 - 
opcRequestIdpublic SearchSoftwareSourcePackageGroupsRequest.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
 
 - 
limitpublic SearchSoftwareSourcePackageGroupsRequest.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 SearchSoftwareSourcePackageGroupsRequest.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
 
 - 
invocationCallbackpublic SearchSoftwareSourcePackageGroupsRequest.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 SearchSoftwareSourcePackageGroupsRequest.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 SearchSoftwareSourcePackageGroupsRequest.Builder copy(SearchSoftwareSourcePackageGroupsRequest o) Copy method to populate the builder with values from the given instance.- Specified by:
- copyin interface- BmcRequest.Builder<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsDetails>
- Parameters:
- o- other request from which to copy values
- Returns:
- this builder instance
 
 - 
buildpublic SearchSoftwareSourcePackageGroupsRequest build() Build the instance of SearchSoftwareSourcePackageGroupsRequest 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<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsDetails>
- Returns:
- instance of SearchSoftwareSourcePackageGroupsRequest
 
 - 
body$public SearchSoftwareSourcePackageGroupsRequest.Builder body$(SearchSoftwareSourcePackageGroupsDetails body) Alternative setter for the body parameter.- Specified by:
- body$in interface- BmcRequest.Builder<SearchSoftwareSourcePackageGroupsRequest,SearchSoftwareSourcePackageGroupsDetails>
- Parameters:
- body- the body parameter
- Returns:
- this builder instance
 
 - 
buildWithoutInvocationCallbackpublic SearchSoftwareSourcePackageGroupsRequest buildWithoutInvocationCallback() Build the instance of SearchSoftwareSourcePackageGroupsRequest 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 SearchSoftwareSourcePackageGroupsRequest
 
 
- 
 
-