Class BigqueryJobStatusErrorResult.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.bigquery_job.BigqueryJobStatusErrorResult.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<BigqueryJobStatusErrorResult>
- Enclosing interface:
- BigqueryJobStatusErrorResult
@Stability(Stable) public static final class BigqueryJobStatusErrorResult.Builder extends Object implements software.amazon.jsii.Builder<BigqueryJobStatusErrorResult>
A builder forBigqueryJobStatusErrorResult
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigqueryJobStatusErrorResultbuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public BigqueryJobStatusErrorResult build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<BigqueryJobStatusErrorResult>- Returns:
- a new instance of
BigqueryJobStatusErrorResult - Throws:
NullPointerException- if any required attribute was not provided
-
-