Class BigqueryJobQueryUserDefinedFunctionResources.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobQueryUserDefinedFunctionResources.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobQueryUserDefinedFunctionResources>
- Enclosing interface:
- BigqueryJobQueryUserDefinedFunctionResources
@Stability(Stable) public static final class BigqueryJobQueryUserDefinedFunctionResources.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobQueryUserDefinedFunctionResources>
A builder forBigqueryJobQueryUserDefinedFunctionResources
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobQueryUserDefinedFunctionResourcesbuild()Builds the configured instance.BigqueryJobQueryUserDefinedFunctionResources.BuilderinlineCode(String inlineCode)Sets the value ofBigqueryJobQueryUserDefinedFunctionResources.getInlineCode()BigqueryJobQueryUserDefinedFunctionResources.BuilderresourceUri(String resourceUri)Sets the value ofBigqueryJobQueryUserDefinedFunctionResources.getResourceUri()
-
-
-
Method Detail
-
inlineCode
@Stability(Stable) public BigqueryJobQueryUserDefinedFunctionResources.Builder inlineCode(String inlineCode)
Sets the value ofBigqueryJobQueryUserDefinedFunctionResources.getInlineCode()- Parameters:
inlineCode- An inline resource that contains code for a user-defined function (UDF). Providing a inline code resource is equivalent to providing a URI for a file containing the same code. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#inline_code BigqueryJob#inline_code}- Returns:
this
-
resourceUri
@Stability(Stable) public BigqueryJobQueryUserDefinedFunctionResources.Builder resourceUri(String resourceUri)
Sets the value ofBigqueryJobQueryUserDefinedFunctionResources.getResourceUri()- Parameters:
resourceUri- A code resource to load from a Google Cloud Storage URI (gs://bucket/path). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/bigquery_job#resource_uri BigqueryJob#resource_uri}- Returns:
this
-
build
@Stability(Stable) public BigqueryJobQueryUserDefinedFunctionResources build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobQueryUserDefinedFunctionResources>- Returns:
- a new instance of
BigqueryJobQueryUserDefinedFunctionResources - Throws:
NullPointerException- if any required attribute was not provided
-
-