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