Class StructuredSearchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcesearch.model.StructuredSearchDetails.Builder
-
- Enclosing class:
- StructuredSearchDetails
public static class StructuredSearchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructuredSearchDetails
build()
StructuredSearchDetails.Builder
copy(StructuredSearchDetails model)
StructuredSearchDetails.Builder
matchingContextType(SearchDetails.MatchingContextType matchingContextType)
StructuredSearchDetails.Builder
query(String query)
The structured query describing which resources to search for.
-
-
-
Method Detail
-
matchingContextType
public StructuredSearchDetails.Builder matchingContextType(SearchDetails.MatchingContextType matchingContextType)
-
query
public StructuredSearchDetails.Builder query(String query)
The structured query describing which resources to search for.- Parameters:
query
- the value to set- Returns:
- this builder
-
build
public StructuredSearchDetails build()
-
copy
public StructuredSearchDetails.Builder copy(StructuredSearchDetails model)
-
-