Class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionbuild()Builds the configured instance.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.Builderexpressions(DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions expressions)
-
-
-
Method Detail
-
expressions
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.Builder expressions(DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions expressions)
Sets the value ofDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition.getExpressions()- Parameters:
expressions- expressions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#expressions DataLossPreventionDiscoveryConfig#expressions}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubCondition - Throws:
NullPointerException- if any required attribute was not provided
-
-