Uses of Class
com.hashicorp.cdktf.ConsulBackendConfig.Builder
Packages that use ConsulBackendConfig.Builder
-
Uses of ConsulBackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return ConsulBackendConfig.BuilderModifier and TypeMethodDescriptionConsulBackendConfig.Builder.accessToken
(String accessToken) Sets the value ofConsulBackendConfig.getAccessToken()
Sets the value ofConsulBackendConfig.getAddress()
static ConsulBackendConfig.Builder
ConsulBackendConfig.builder()
Sets the value ofConsulBackendConfig.getCaFile()
Sets the value ofConsulBackendConfig.getCertFile()
ConsulBackendConfig.Builder.datacenter
(String datacenter) Sets the value ofConsulBackendConfig.getDatacenter()
Sets the value ofConsulBackendConfig.getGzip()
Sets the value ofConsulBackendConfig.getHttpAuth()
Sets the value ofConsulBackendConfig.getKeyFile()
Sets the value ofConsulBackendConfig.getLock()
Sets the value ofConsulBackendConfig.getPath()
Sets the value ofConsulBackendConfig.getScheme()
Constructors in com.hashicorp.cdktf with parameters of type ConsulBackendConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(ConsulBackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theConsulBackendConfig.Builder
.