Uses of Class
com.hashicorp.cdktf.providers.google.bigquery_routine.BigqueryRoutineArguments.Builder
-
Packages that use BigqueryRoutineArguments.Builder Package Description com.hashicorp.cdktf.providers.google.bigquery_routine google_bigquery_routine -
-
Uses of BigqueryRoutineArguments.Builder in com.hashicorp.cdktf.providers.google.bigquery_routine
Methods in com.hashicorp.cdktf.providers.google.bigquery_routine that return BigqueryRoutineArguments.Builder Modifier and Type Method Description BigqueryRoutineArguments.BuilderBigqueryRoutineArguments.Builder. argumentKind(String argumentKind)Sets the value ofBigqueryRoutineArguments.getArgumentKind()static BigqueryRoutineArguments.BuilderBigqueryRoutineArguments. builder()BigqueryRoutineArguments.BuilderBigqueryRoutineArguments.Builder. dataType(String dataType)Sets the value ofBigqueryRoutineArguments.getDataType()BigqueryRoutineArguments.BuilderBigqueryRoutineArguments.Builder. mode(String mode)Sets the value ofBigqueryRoutineArguments.getMode()BigqueryRoutineArguments.BuilderBigqueryRoutineArguments.Builder. name(String name)Sets the value ofBigqueryRoutineArguments.getName()Constructors in com.hashicorp.cdktf.providers.google.bigquery_routine with parameters of type BigqueryRoutineArguments.Builder Constructor Description Jsii$Proxy(BigqueryRoutineArguments.Builder builder)Constructor that initializes the object based on literal property values passed by theBigqueryRoutineArguments.Builder.
-