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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description PurgeCachebuild()PurgeCache.Buildercopy(PurgeCache model)PurgeCache.Builderresources(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- 
resourcespublic 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
 
 - 
buildpublic PurgeCache build() 
 - 
copypublic PurgeCache.Builder copy(PurgeCache model) 
 
- 
 
-