Uses of Class
com.hashicorp.cdktf.HttpBackendConfig.Builder
Packages that use HttpBackendConfig.Builder
-
Uses of HttpBackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return HttpBackendConfig.BuilderModifier and TypeMethodDescriptionSets the value ofHttpBackendConfig.getAddress()static HttpBackendConfig.BuilderHttpBackendConfig.builder()HttpBackendConfig.Builder.clientCaCertificatePem(String clientCaCertificatePem) Sets the value ofHttpBackendConfig.getClientCaCertificatePem()HttpBackendConfig.Builder.clientCertificatePem(String clientCertificatePem) Sets the value ofHttpBackendConfig.getClientCertificatePem()HttpBackendConfig.Builder.clientPrivateKeyPem(String clientPrivateKeyPem) Sets the value ofHttpBackendConfig.getClientPrivateKeyPem()HttpBackendConfig.Builder.lockAddress(String lockAddress) Sets the value ofHttpBackendConfig.getLockAddress()HttpBackendConfig.Builder.lockMethod(String lockMethod) Sets the value ofHttpBackendConfig.getLockMethod()Sets the value ofHttpBackendConfig.getPassword()Sets the value ofHttpBackendConfig.getRetryMax()HttpBackendConfig.Builder.retryWaitMax(Number retryWaitMax) Sets the value ofHttpBackendConfig.getRetryWaitMax()HttpBackendConfig.Builder.retryWaitMin(Number retryWaitMin) Sets the value ofHttpBackendConfig.getRetryWaitMin()HttpBackendConfig.Builder.skipCertVerification(Boolean skipCertVerification) Sets the value ofHttpBackendConfig.getSkipCertVerification()HttpBackendConfig.Builder.unlockAddress(String unlockAddress) Sets the value ofHttpBackendConfig.getUnlockAddress()HttpBackendConfig.Builder.unlockMethod(String unlockMethod) Sets the value ofHttpBackendConfig.getUnlockMethod()HttpBackendConfig.Builder.updateMethod(String updateMethod) Sets the value ofHttpBackendConfig.getUpdateMethod()Sets the value ofHttpBackendConfig.getUsername()Constructors in com.hashicorp.cdktf with parameters of type HttpBackendConfig.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(HttpBackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theHttpBackendConfig.Builder.