Class ExternalRespCache.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • authenticationSecretId

        public ExternalRespCache.Builder authenticationSecretId​(String authenticationSecretId)
        The OCID of the Oracle Vault Service secret resource.
        Parameters:
        authenticationSecretId - the value to set
        Returns:
        this builder
      • authenticationSecretVersionNumber

        public ExternalRespCache.Builder authenticationSecretVersionNumber​(Long authenticationSecretVersionNumber)
        The version number of the authentication secret to use.
        Parameters:
        authenticationSecretVersionNumber - the value to set
        Returns:
        this builder
      • isSslEnabled

        public ExternalRespCache.Builder isSslEnabled​(Boolean isSslEnabled)
        Defines if the connection should be over SSL.
        Parameters:
        isSslEnabled - the value to set
        Returns:
        this builder
      • isSslVerifyDisabled

        public ExternalRespCache.Builder isSslVerifyDisabled​(Boolean isSslVerifyDisabled)
        Defines whether or not to uphold SSL verification.
        Parameters:
        isSslVerifyDisabled - the value to set
        Returns:
        this builder
      • connectTimeoutInMs

        public ExternalRespCache.Builder connectTimeoutInMs​(Integer connectTimeoutInMs)
        Defines the timeout for establishing a connection with the Response Cache.
        Parameters:
        connectTimeoutInMs - the value to set
        Returns:
        this builder
      • readTimeoutInMs

        public ExternalRespCache.Builder readTimeoutInMs​(Integer readTimeoutInMs)
        Defines the timeout for reading data from the Response Cache.
        Parameters:
        readTimeoutInMs - the value to set
        Returns:
        this builder
      • sendTimeoutInMs

        public ExternalRespCache.Builder sendTimeoutInMs​(Integer sendTimeoutInMs)
        Defines the timeout for transmitting data to the Response Cache.
        Parameters:
        sendTimeoutInMs - the value to set
        Returns:
        this builder