Uses of Class
com.hashicorp.cdktf.GcsBackendConfig.Builder
Packages that use GcsBackendConfig.Builder
-
Uses of GcsBackendConfig.Builder in com.hashicorp.cdktf
Methods in com.hashicorp.cdktf that return GcsBackendConfig.BuilderModifier and TypeMethodDescriptionGcsBackendConfig.Builder.accessToken
(String accessToken) Sets the value ofGcsBackendConfig.getAccessToken()
Sets the value ofGcsBackendConfig.getBucket()
static GcsBackendConfig.Builder
GcsBackendConfig.builder()
GcsBackendConfig.Builder.credentials
(String credentials) Sets the value ofGcsBackendConfig.getCredentials()
GcsBackendConfig.Builder.encryptionKey
(String encryptionKey) Sets the value ofGcsBackendConfig.getEncryptionKey()
GcsBackendConfig.Builder.impersonateServiceAccount
(String impersonateServiceAccount) Sets the value ofGcsBackendConfig.getImpersonateServiceAccount()
GcsBackendConfig.Builder.impersonateServiceAccountDelegates
(List<String> impersonateServiceAccountDelegates) Sets the value ofGcsBackendConfig.getImpersonateServiceAccountDelegates()
GcsBackendConfig.Builder.kmsEncryptionKey
(String kmsEncryptionKey) Sets the value ofGcsBackendConfig.getKmsEncryptionKey()
Sets the value ofGcsBackendConfig.getPrefix()
GcsBackendConfig.Builder.storeageCustomEndpoint
(String storeageCustomEndpoint) Sets the value ofGcsBackendConfig.getStoreageCustomEndpoint()
Constructors in com.hashicorp.cdktf with parameters of type GcsBackendConfig.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(GcsBackendConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theGcsBackendConfig.Builder
.