Class DataLossPreventionDiscoveryConfigActions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActions>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActions
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigActions.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActions>
A builder forDataLossPreventionDiscoveryConfigActions
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigActionsbuild()Builds the configured instance.DataLossPreventionDiscoveryConfigActions.BuilderexportData(DataLossPreventionDiscoveryConfigActionsExportData exportData)Sets the value ofDataLossPreventionDiscoveryConfigActions.getExportData()DataLossPreventionDiscoveryConfigActions.BuilderpubSubNotification(DataLossPreventionDiscoveryConfigActionsPubSubNotification pubSubNotification)Sets the value ofDataLossPreventionDiscoveryConfigActions.getPubSubNotification()
-
-
-
Method Detail
-
exportData
@Stability(Stable) public DataLossPreventionDiscoveryConfigActions.Builder exportData(DataLossPreventionDiscoveryConfigActionsExportData exportData)
Sets the value ofDataLossPreventionDiscoveryConfigActions.getExportData()- Parameters:
exportData- export_data block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#export_data DataLossPreventionDiscoveryConfig#export_data}- Returns:
this
-
pubSubNotification
@Stability(Stable) public DataLossPreventionDiscoveryConfigActions.Builder pubSubNotification(DataLossPreventionDiscoveryConfigActionsPubSubNotification pubSubNotification)
Sets the value ofDataLossPreventionDiscoveryConfigActions.getPubSubNotification()- Parameters:
pubSubNotification- pub_sub_notification block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#pub_sub_notification DataLossPreventionDiscoveryConfig#pub_sub_notification}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigActions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActions>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigActions - Throws:
NullPointerException- if any required attribute was not provided
-
-