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