Package com.oracle.bmc.waas.model
Class PurgeCache.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.PurgeCache.Builder
-
- Enclosing class:
- PurgeCache
public static class PurgeCache.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PurgeCache
build()
PurgeCache.Builder
copy(PurgeCache model)
PurgeCache.Builder
resources(List<String> resources)
A resource to purge, specified by either a hostless absolute path starting with a single slash (Example: /path/to/resource) or by a relative path in which the first component will be interpreted as a domain protected by the WAAS policy (Example: example.com/path/to/resource).
-
-
-
Method Detail
-
resources
public PurgeCache.Builder resources(List<String> resources)
A resource to purge, specified by either a hostless absolute path starting with a single slash (Example: /path/to/resource) or by a relative path in which the first component will be interpreted as a domain protected by the WAAS policy (Example: example.com/path/to/resource).- Parameters:
resources
- the value to set- Returns:
- this builder
-
build
public PurgeCache build()
-
copy
public PurgeCache.Builder copy(PurgeCache model)
-
-