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