Class MlEngineModelDefaultVersion.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.ml_engine_model.MlEngineModelDefaultVersion.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<MlEngineModelDefaultVersion>
- Enclosing interface:
- MlEngineModelDefaultVersion
@Stability(Stable) public static final class MlEngineModelDefaultVersion.Builder extends Object implements software.amazon.jsii.Builder<MlEngineModelDefaultVersion>
A builder forMlEngineModelDefaultVersion
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MlEngineModelDefaultVersionbuild()Builds the configured instance.MlEngineModelDefaultVersion.Buildername(String name)Sets the value ofMlEngineModelDefaultVersion.getName()
-
-
-
Method Detail
-
name
@Stability(Stable) public MlEngineModelDefaultVersion.Builder name(String name)
Sets the value ofMlEngineModelDefaultVersion.getName()- Parameters:
name- The name specified for the version when it was created. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/ml_engine_model#name MlEngineModel#name}- Returns:
this
-
build
@Stability(Stable) public MlEngineModelDefaultVersion build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MlEngineModelDefaultVersion>- Returns:
- a new instance of
MlEngineModelDefaultVersion - Throws:
NullPointerException- if any required attribute was not provided
-
-