Class CloudfunctionsFunctionSourceRepository.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.cloudfunctions_function.CloudfunctionsFunctionSourceRepository.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<CloudfunctionsFunctionSourceRepository>
- Enclosing interface:
- CloudfunctionsFunctionSourceRepository
@Stability(Stable) public static final class CloudfunctionsFunctionSourceRepository.Builder extends Object implements software.amazon.jsii.Builder<CloudfunctionsFunctionSourceRepository>
A builder forCloudfunctionsFunctionSourceRepository
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudfunctionsFunctionSourceRepositorybuild()Builds the configured instance.CloudfunctionsFunctionSourceRepository.Builderurl(String url)Sets the value ofCloudfunctionsFunctionSourceRepository.getUrl()
-
-
-
Method Detail
-
url
@Stability(Stable) public CloudfunctionsFunctionSourceRepository.Builder url(String url)
Sets the value ofCloudfunctionsFunctionSourceRepository.getUrl()- Parameters:
url- The URL pointing to the hosted repository where the function is defined. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions_function#url CloudfunctionsFunction#url}- Returns:
this
-
build
@Stability(Stable) public CloudfunctionsFunctionSourceRepository build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CloudfunctionsFunctionSourceRepository>- Returns:
- a new instance of
CloudfunctionsFunctionSourceRepository - Throws:
NullPointerException- if any required attribute was not provided
-
-