Uses of Class
com.hashicorp.cdktf.providers.google.cloudfunctions_function.CloudfunctionsFunctionEventTrigger.Builder
-
Packages that use CloudfunctionsFunctionEventTrigger.Builder Package Description com.hashicorp.cdktf.providers.google.cloudfunctions_function google_cloudfunctions_function -
-
Uses of CloudfunctionsFunctionEventTrigger.Builder in com.hashicorp.cdktf.providers.google.cloudfunctions_function
Methods in com.hashicorp.cdktf.providers.google.cloudfunctions_function that return CloudfunctionsFunctionEventTrigger.Builder Modifier and Type Method Description static CloudfunctionsFunctionEventTrigger.BuilderCloudfunctionsFunctionEventTrigger. builder()CloudfunctionsFunctionEventTrigger.BuilderCloudfunctionsFunctionEventTrigger.Builder. eventType(String eventType)Sets the value ofCloudfunctionsFunctionEventTrigger.getEventType()CloudfunctionsFunctionEventTrigger.BuilderCloudfunctionsFunctionEventTrigger.Builder. failurePolicy(CloudfunctionsFunctionEventTriggerFailurePolicy failurePolicy)Sets the value ofCloudfunctionsFunctionEventTrigger.getFailurePolicy()CloudfunctionsFunctionEventTrigger.BuilderCloudfunctionsFunctionEventTrigger.Builder. resource(String resource)Sets the value ofCloudfunctionsFunctionEventTrigger.getResource()Constructors in com.hashicorp.cdktf.providers.google.cloudfunctions_function with parameters of type CloudfunctionsFunctionEventTrigger.Builder Constructor Description Jsii$Proxy(CloudfunctionsFunctionEventTrigger.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctionsFunctionEventTrigger.Builder.
-