public static class ResponseCacheRespServer.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ResponseCacheRespServer |
build() |
ResponseCacheRespServer.Builder |
copy(ResponseCacheRespServer model) |
ResponseCacheRespServer.Builder |
host(String host)
Hostname or IP address (IPv4 only) where the cache store is running.
|
ResponseCacheRespServer.Builder |
port(Integer port)
The port the cache store is exposed on.
|
public ResponseCacheRespServer.Builder host(String host)
Hostname or IP address (IPv4 only) where the cache store is running.
host
- the value to setpublic ResponseCacheRespServer.Builder port(Integer port)
The port the cache store is exposed on.
port
- the value to setpublic ResponseCacheRespServer build()
public ResponseCacheRespServer.Builder copy(ResponseCacheRespServer model)
Copyright © 2016–2024. All rights reserved.