Class DataplexDatascanExecutionSpecTriggerSchedule.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.dataplex_datascan.DataplexDatascanExecutionSpecTriggerSchedule.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataplexDatascanExecutionSpecTriggerSchedule>
- Enclosing interface:
- DataplexDatascanExecutionSpecTriggerSchedule
@Stability(Stable) public static final class DataplexDatascanExecutionSpecTriggerSchedule.Builder extends Object implements software.amazon.jsii.Builder<DataplexDatascanExecutionSpecTriggerSchedule>
A builder forDataplexDatascanExecutionSpecTriggerSchedule
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataplexDatascanExecutionSpecTriggerSchedulebuild()Builds the configured instance.DataplexDatascanExecutionSpecTriggerSchedule.Buildercron(String cron)Sets the value ofDataplexDatascanExecutionSpecTriggerSchedule.getCron()
-
-
-
Method Detail
-
cron
@Stability(Stable) public DataplexDatascanExecutionSpecTriggerSchedule.Builder cron(String cron)
Sets the value ofDataplexDatascanExecutionSpecTriggerSchedule.getCron()- Parameters:
cron- Cron schedule for running scans periodically. This field is required for Schedule scans. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_datascan#cron DataplexDatascan#cron}- Returns:
this
-
build
@Stability(Stable) public DataplexDatascanExecutionSpecTriggerSchedule build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataplexDatascanExecutionSpecTriggerSchedule>- Returns:
- a new instance of
DataplexDatascanExecutionSpecTriggerSchedule - Throws:
NullPointerException- if any required attribute was not provided
-
-