Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
ExternalRespCache.Builder |
ExternalRespCache.Builder.authenticationSecretId(String authenticationSecretId)
The OCID of the
Oracle Vault Service secret resource.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.authenticationSecretVersionNumber(Long authenticationSecretVersionNumber)
The version number of the authentication secret to use.
|
static ExternalRespCache.Builder |
ExternalRespCache.builder()
Create a new builder.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.connectTimeoutInMs(Integer connectTimeoutInMs)
Defines the timeout for establishing a connection with the Response Cache.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.copy(ExternalRespCache model) |
ExternalRespCache.Builder |
ExternalRespCache.Builder.isSslEnabled(Boolean isSslEnabled)
Defines if the connection should be over SSL.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.isSslVerifyDisabled(Boolean isSslVerifyDisabled)
Defines whether or not to uphold SSL verification.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.readTimeoutInMs(Integer readTimeoutInMs)
Defines the timeout for reading data from the Response Cache.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.sendTimeoutInMs(Integer sendTimeoutInMs)
Defines the timeout for transmitting data to the Response Cache.
|
ExternalRespCache.Builder |
ExternalRespCache.Builder.servers(List<ResponseCacheRespServer> servers)
The set of cache store members to connect to.
|
ExternalRespCache.Builder |
ExternalRespCache.toBuilder() |
Copyright © 2016–2024. All rights reserved.