Uses of Class
com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobNotificationConfig.Builder
-
Packages that use StorageTransferJobNotificationConfig.Builder Package Description com.hashicorp.cdktf.providers.google.storage_transfer_job google_storage_transfer_job -
-
Uses of StorageTransferJobNotificationConfig.Builder in com.hashicorp.cdktf.providers.google.storage_transfer_job
Methods in com.hashicorp.cdktf.providers.google.storage_transfer_job that return StorageTransferJobNotificationConfig.Builder Modifier and Type Method Description static StorageTransferJobNotificationConfig.BuilderStorageTransferJobNotificationConfig. builder()StorageTransferJobNotificationConfig.BuilderStorageTransferJobNotificationConfig.Builder. eventTypes(List<String> eventTypes)Sets the value ofStorageTransferJobNotificationConfig.getEventTypes()StorageTransferJobNotificationConfig.BuilderStorageTransferJobNotificationConfig.Builder. payloadFormat(String payloadFormat)Sets the value ofStorageTransferJobNotificationConfig.getPayloadFormat()StorageTransferJobNotificationConfig.BuilderStorageTransferJobNotificationConfig.Builder. pubsubTopic(String pubsubTopic)Sets the value ofStorageTransferJobNotificationConfig.getPubsubTopic()Constructors in com.hashicorp.cdktf.providers.google.storage_transfer_job with parameters of type StorageTransferJobNotificationConfig.Builder Constructor Description Jsii$Proxy(StorageTransferJobNotificationConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageTransferJobNotificationConfig.Builder.
-