Class DataplexDatascanExecutionSpecTrigger.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanExecutionSpecTrigger.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanExecutionSpecTrigger>
- Enclosing interface:
- DataplexDatascanExecutionSpecTrigger
@Stability(Stable) public static final class DataplexDatascanExecutionSpecTrigger.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanExecutionSpecTrigger>
A builder forDataplexDatascanExecutionSpecTrigger
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanExecutionSpecTriggerbuild()Builds the configured instance.DataplexDatascanExecutionSpecTrigger.BuilderonDemand(DataplexDatascanExecutionSpecTriggerOnDemand onDemand)Sets the value ofDataplexDatascanExecutionSpecTrigger.getOnDemand()DataplexDatascanExecutionSpecTrigger.Builderschedule(DataplexDatascanExecutionSpecTriggerSchedule schedule)Sets the value ofDataplexDatascanExecutionSpecTrigger.getSchedule()
-
-
-
Method Detail
-
onDemand
@Stability(Stable) public DataplexDatascanExecutionSpecTrigger.Builder onDemand(DataplexDatascanExecutionSpecTriggerOnDemand onDemand)
Sets the value ofDataplexDatascanExecutionSpecTrigger.getOnDemand()- Parameters:
onDemand- on_demand block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#on_demand DataplexDatascan#on_demand}- Returns:
this
-
schedule
@Stability(Stable) public DataplexDatascanExecutionSpecTrigger.Builder schedule(DataplexDatascanExecutionSpecTriggerSchedule schedule)
Sets the value ofDataplexDatascanExecutionSpecTrigger.getSchedule()- Parameters:
schedule- schedule block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#schedule DataplexDatascan#schedule}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanExecutionSpecTrigger build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanExecutionSpecTrigger>- Returns:
- a new instance of
DataplexDatascanExecutionSpecTrigger - Throws:
NullPointerException- if any required attribute was not provided
-
-