public static class ExternalRespCache.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ExternalRespCache.Builder |
authenticationSecretId(String authenticationSecretId)
The OCID of the
Oracle Vault Service secret resource.
|
ExternalRespCache.Builder |
authenticationSecretVersionNumber(Long authenticationSecretVersionNumber)
The version number of the authentication secret to use.
|
ExternalRespCache |
build() |
ExternalRespCache.Builder |
connectTimeoutInMs(Integer connectTimeoutInMs)
Defines the timeout for establishing a connection with the Response Cache.
|
ExternalRespCache.Builder |
copy(ExternalRespCache model) |
ExternalRespCache.Builder |
isSslEnabled(Boolean isSslEnabled)
Defines if the connection should be over SSL.
|
ExternalRespCache.Builder |
isSslVerifyDisabled(Boolean isSslVerifyDisabled)
Defines whether or not to uphold SSL verification.
|
ExternalRespCache.Builder |
readTimeoutInMs(Integer readTimeoutInMs)
Defines the timeout for reading data from the Response Cache.
|
ExternalRespCache.Builder |
sendTimeoutInMs(Integer sendTimeoutInMs)
Defines the timeout for transmitting data to the Response Cache.
|
ExternalRespCache.Builder |
servers(List<ResponseCacheRespServer> servers)
The set of cache store members to connect to.
|
public ExternalRespCache.Builder servers(List<ResponseCacheRespServer> servers)
The set of cache store members to connect to. At present only a single server is supported.
servers
- the value to setpublic ExternalRespCache.Builder authenticationSecretId(String authenticationSecretId)
The OCID of the Oracle Vault Service secret resource.
authenticationSecretId
- the value to setpublic ExternalRespCache.Builder authenticationSecretVersionNumber(Long authenticationSecretVersionNumber)
The version number of the authentication secret to use.
authenticationSecretVersionNumber
- the value to setpublic ExternalRespCache.Builder isSslEnabled(Boolean isSslEnabled)
Defines if the connection should be over SSL.
isSslEnabled
- the value to setpublic ExternalRespCache.Builder isSslVerifyDisabled(Boolean isSslVerifyDisabled)
Defines whether or not to uphold SSL verification.
isSslVerifyDisabled
- the value to setpublic ExternalRespCache.Builder connectTimeoutInMs(Integer connectTimeoutInMs)
Defines the timeout for establishing a connection with the Response Cache.
connectTimeoutInMs
- the value to setpublic ExternalRespCache.Builder readTimeoutInMs(Integer readTimeoutInMs)
Defines the timeout for reading data from the Response Cache.
readTimeoutInMs
- the value to setpublic ExternalRespCache.Builder sendTimeoutInMs(Integer sendTimeoutInMs)
Defines the timeout for transmitting data to the Response Cache.
sendTimeoutInMs
- the value to setpublic ExternalRespCache build()
public ExternalRespCache.Builder copy(ExternalRespCache model)
Copyright © 2016–2024. All rights reserved.