Class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressionsbuild()Builds the configured instance.DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builderconditions(com.hashicorp.cdktf.IResolvable conditions)DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builderconditions(List<? extends DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressionsConditions> conditions)DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.BuilderlogicalOperator(String logicalOperator)
-
-
-
Method Detail
-
conditions
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder conditions(com.hashicorp.cdktf.IResolvable conditions)
Sets the value ofDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.getConditions()- Parameters:
conditions- conditions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#conditions DataLossPreventionDiscoveryConfig#conditions}- Returns:
this
-
conditions
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder conditions(List<? extends DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressionsConditions> conditions)
Sets the value ofDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.getConditions()- Parameters:
conditions- conditions block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#conditions DataLossPreventionDiscoveryConfig#conditions}- Returns:
this
-
logicalOperator
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.Builder logicalOperator(String logicalOperator)
Sets the value ofDataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions.getLogicalOperator()- Parameters:
logicalOperator- The operator to apply to the collection of conditions Possible values: ["OR", "AND"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#logical_operator DataLossPreventionDiscoveryConfig#logical_operator}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigActionsPubSubNotificationPubsubConditionExpressions - Throws:
NullPointerException- if any required attribute was not provided
-
-