Package com.oracle.bmc.apigateway.model
Class ResponseCacheRespServer.Builder
- java.lang.Object
- 
- com.oracle.bmc.apigateway.model.ResponseCacheRespServer.Builder
 
- 
- Enclosing class:
- ResponseCacheRespServer
 
 public static class ResponseCacheRespServer.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ResponseCacheRespServerbuild()ResponseCacheRespServer.Buildercopy(ResponseCacheRespServer model)ResponseCacheRespServer.Builderhost(String host)Hostname or IP address (IPv4 only) where the cache store is running.ResponseCacheRespServer.Builderport(Integer port)The port the cache store is exposed on.
 
- 
- 
- 
Method Detail- 
hostpublic ResponseCacheRespServer.Builder host(String host) Hostname or IP address (IPv4 only) where the cache store is running.- Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
portpublic ResponseCacheRespServer.Builder port(Integer port) The port the cache store is exposed on.- Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
buildpublic ResponseCacheRespServer build() 
 - 
copypublic ResponseCacheRespServer.Builder copy(ResponseCacheRespServer model) 
 
- 
 
-