Class DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_discovery_config.DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigOrgConfigLocation>
- Enclosing interface:
- DataLossPreventionDiscoveryConfigOrgConfigLocation
@Stability(Stable) public static final class DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigOrgConfigLocation>
A builder forDataLossPreventionDiscoveryConfigOrgConfigLocation
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionDiscoveryConfigOrgConfigLocationbuild()Builds the configured instance.DataLossPreventionDiscoveryConfigOrgConfigLocation.BuilderfolderId(String folderId)Sets the value ofDataLossPreventionDiscoveryConfigOrgConfigLocation.getFolderId()DataLossPreventionDiscoveryConfigOrgConfigLocation.BuilderorganizationId(String organizationId)Sets the value ofDataLossPreventionDiscoveryConfigOrgConfigLocation.getOrganizationId()
-
-
-
Method Detail
-
folderId
@Stability(Stable) public DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder folderId(String folderId)
Sets the value ofDataLossPreventionDiscoveryConfigOrgConfigLocation.getFolderId()- Parameters:
folderId- The ID for the folder within an organization to scan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#folder_id DataLossPreventionDiscoveryConfig#folder_id}- Returns:
this
-
organizationId
@Stability(Stable) public DataLossPreventionDiscoveryConfigOrgConfigLocation.Builder organizationId(String organizationId)
Sets the value ofDataLossPreventionDiscoveryConfigOrgConfigLocation.getOrganizationId()- Parameters:
organizationId- The ID of an organization to scan. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_discovery_config#organization_id DataLossPreventionDiscoveryConfig#organization_id}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDiscoveryConfigOrgConfigLocation build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDiscoveryConfigOrgConfigLocation>- Returns:
- a new instance of
DataLossPreventionDiscoveryConfigOrgConfigLocation - Throws:
NullPointerException- if any required attribute was not provided
-
-