Class DataLossPreventionJobTriggerTriggersSchedule.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerTriggersSchedule.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerTriggersSchedule>
- Enclosing interface:
- DataLossPreventionJobTriggerTriggersSchedule
@Stability(Stable) public static final class DataLossPreventionJobTriggerTriggersSchedule.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerTriggersSchedule>
A builder forDataLossPreventionJobTriggerTriggersSchedule
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerTriggersSchedulebuild()Builds the configured instance.DataLossPreventionJobTriggerTriggersSchedule.BuilderrecurrencePeriodDuration(String recurrencePeriodDuration)
-
-
-
Method Detail
-
recurrencePeriodDuration
@Stability(Stable) public DataLossPreventionJobTriggerTriggersSchedule.Builder recurrencePeriodDuration(String recurrencePeriodDuration)
- Parameters:
recurrencePeriodDuration- With this option a job is started a regular periodic basis. For example: every day (86400 seconds). A scheduled start time will be skipped if the previous execution has not ended when its scheduled time occurs. This value must be set to a time duration greater than or equal to 1 day and can be no longer than 60 days. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#recurrence_period_duration DataLossPreventionJobTrigger#recurrence_period_duration}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerTriggersSchedule build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerTriggersSchedule>- Returns:
- a new instance of
DataLossPreventionJobTriggerTriggersSchedule - Throws:
NullPointerException- if any required attribute was not provided
-
-