Interface DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:20.515Z") @Stability(Stable) public interface DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builderstatic classDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$ProxyAn implementation forDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builderbuilder()default StringgetNamespaceId()If not empty, the ID of the namespace to which the entities belong.StringgetProjectId()The ID of the project to which the entities belong.
-
-
-
Method Detail
-
getProjectId
@Stability(Stable) @NotNull String getProjectId()
The ID of the project to which the entities belong.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#project_id DataLossPreventionJobTrigger#project_id}
-
getNamespaceId
@Stability(Stable) @Nullable default String getNamespaceId()
If not empty, the ID of the namespace to which the entities belong.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#namespace_id DataLossPreventionJobTrigger#namespace_id}
-
builder
@Stability(Stable) static DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builder builder()
-
-