Interface SavedSearch.DefinitionStages.WithCreate
- All Superinterfaces:
SavedSearch.DefinitionStages.WithEtag, SavedSearch.DefinitionStages.WithFunctionAlias, SavedSearch.DefinitionStages.WithFunctionParameters, SavedSearch.DefinitionStages.WithTags, SavedSearch.DefinitionStages.WithVersion
- All Known Subinterfaces:
SavedSearch.Definition
- Enclosing interface:
SavedSearch.DefinitionStages
public static interface SavedSearch.DefinitionStages.WithCreate
extends SavedSearch.DefinitionStages.WithTags, SavedSearch.DefinitionStages.WithEtag, SavedSearch.DefinitionStages.WithFunctionAlias, SavedSearch.DefinitionStages.WithFunctionParameters, SavedSearch.DefinitionStages.WithVersion
The stage of the SavedSearch definition which contains all the minimum required properties for the resource
to be created, but also allows for any other optional properties to be specified.
-
Method Summary
Methods inherited from interface SavedSearch.DefinitionStages.WithEtag
withEtagMethods inherited from interface SavedSearch.DefinitionStages.WithFunctionAlias
withFunctionAliasMethods inherited from interface SavedSearch.DefinitionStages.WithFunctionParameters
withFunctionParametersMethods inherited from interface SavedSearch.DefinitionStages.WithTags
withTagsMethods inherited from interface SavedSearch.DefinitionStages.WithVersion
withVersion
-
Method Details
-
create
-
create
Executes the create request.- Parameters:
context- The context to associate with this operation.- Returns:
- the created resource.
-