Class SearchSoftwareSourceModulesDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.osmanagementhub.model.SearchSoftwareSourceModulesDetails.Builder
-
- Enclosing class:
- SearchSoftwareSourceModulesDetails
public static class SearchSoftwareSourceModulesDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchSoftwareSourceModulesDetails
build()
SearchSoftwareSourceModulesDetails.Builder
copy(SearchSoftwareSourceModulesDetails model)
SearchSoftwareSourceModulesDetails.Builder
name(String name)
The name of a module.SearchSoftwareSourceModulesDetails.Builder
nameContains(String nameContains)
A filter to return modules with a name that contains the given string.SearchSoftwareSourceModulesDetails.Builder
softwareSourceIds(List<String> softwareSourceIds)
List of sofware source OCIDs.SearchSoftwareSourceModulesDetails.Builder
sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)
The field to sort by.SearchSoftwareSourceModulesDetails.Builder
sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)
The sort order.
-
-
-
Method Detail
-
softwareSourceIds
public SearchSoftwareSourceModulesDetails.Builder softwareSourceIds(List<String> softwareSourceIds)
List of sofware source OCIDs.- Parameters:
softwareSourceIds
- the value to set- Returns:
- this builder
-
sortOrder
public SearchSoftwareSourceModulesDetails.Builder sortOrder(SearchSoftwareSourceModulesDetails.SortOrder sortOrder)
The sort order.- Parameters:
sortOrder
- the value to set- Returns:
- this builder
-
name
public SearchSoftwareSourceModulesDetails.Builder name(String name)
The name of a module.- Parameters:
name
- the value to set- Returns:
- this builder
-
nameContains
public SearchSoftwareSourceModulesDetails.Builder nameContains(String nameContains)
A filter to return modules with a name that contains the given string.- Parameters:
nameContains
- the value to set- Returns:
- this builder
-
sortBy
public SearchSoftwareSourceModulesDetails.Builder sortBy(SearchSoftwareSourceModulesDetails.SortBy sortBy)
The field to sort by.- Parameters:
sortBy
- the value to set- Returns:
- this builder
-
build
public SearchSoftwareSourceModulesDetails build()
-
copy
public SearchSoftwareSourceModulesDetails.Builder copy(SearchSoftwareSourceModulesDetails model)
-
-