Uses of Class
com.hashicorp.cdktf.CosBackendConfig.Builder
Packages that use CosBackendConfig.Builder
-
Uses of CosBackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return CosBackendConfig.BuilderModifier and TypeMethodDescriptionCosBackendConfig.Builder.accelerate
(Boolean accelerate) Sets the value ofCosBackendConfig.getAccelerate()
Sets the value ofCosBackendConfig.getAcl()
CosBackendConfig.Builder.assumeRole
(CosBackendAssumeRole assumeRole) Sets the value ofCosBackendConfig.getAssumeRole()
Sets the value ofCosBackendConfig.getBucket()
static CosBackendConfig.Builder
CosBackendConfig.builder()
Sets the value ofCosBackendConfig.getDomain()
Sets the value ofCosBackendConfig.getEncrypt()
Sets the value ofCosBackendConfig.getEndpoint()
Sets the value ofCosBackendConfig.getKey()
Sets the value ofCosBackendConfig.getPrefix()
Sets the value ofCosBackendConfig.getRegion()
Sets the value ofCosBackendConfig.getSecretId()
Sets the value ofCosBackendConfig.getSecretKey()
CosBackendConfig.Builder.securityToken
(String securityToken) Sets the value ofCosBackendConfig.getSecurityToken()
Constructors in com.hashicorp.cdktf with parameters of type CosBackendConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(CosBackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theCosBackendConfig.Builder
.