Class SccV2OrganizationSccBigQueryExportsConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_v2_organization_scc_big_query_exports.SccV2OrganizationSccBigQueryExportsConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExportsConfig>
- Enclosing interface:
- SccV2OrganizationSccBigQueryExportsConfig
@Stability(Stable) public static final class SccV2OrganizationSccBigQueryExportsConfig.Builder extends Object implements software.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExportsConfig>
A builder forSccV2OrganizationSccBigQueryExportsConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
bigQueryExportId
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder bigQueryExportId(String bigQueryExportId)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getBigQueryExportId()- Parameters:
bigQueryExportId- This must be unique within the organization. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#big_query_export_id SccV2OrganizationSccBigQueryExports#big_query_export_id}- Returns:
this
-
organization
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder organization(String organization)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getOrganization()- Parameters:
organization- The organization whose Cloud Security Command Center the Big Query Export Config lives in. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#organization SccV2OrganizationSccBigQueryExports#organization}- Returns:
this
-
dataset
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder dataset(String dataset)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getDataset()- Parameters:
dataset- The dataset to write findings' updates to. Its format is "projects/[projectId]/datasets/[bigquery_dataset_id]". BigQuery Dataset unique ID must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#dataset SccV2OrganizationSccBigQueryExports#dataset}- Returns:
this
-
description
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder description(String description)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getDescription()- Parameters:
description- The description of the notification config (max of 1024 characters). Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#description SccV2OrganizationSccBigQueryExports#description}- Returns:
this
-
filter
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder filter(String filter)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getFilter()- Parameters:
filter- Expression that defines the filter to apply across create/update events of findings. The expression is a list of zero or more restrictions combined via logical operators AND and OR. Parentheses are supported, and OR has higher precedence than AND. Restrictions have the formand may have a - character in front of them to indicate negation. The fields map to those defined in the corresponding resource. The supported operators are: * = for all value types. * > , <, >=, <= for integer values. * :, meaning substring matching, for strings. The supported value types are: * string literals in quotes. * integer literals without quotes. * boolean literals true and false without quotes. See [Filtering notifications](https://cloud.google.com/security-command-center/docs/how-to-api-filter-notifications) for information on how to write a filter. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#filter SccV2OrganizationSccBigQueryExports#filter} - Returns:
this
-
id
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder id(String id)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#id SccV2OrganizationSccBigQueryExports#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
location
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder location(String location)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getLocation()- Parameters:
location- location Id is provided by organization. If not provided, Use global as default. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#location SccV2OrganizationSccBigQueryExports#location}- Returns:
this
-
name
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder name(String name)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getName()- Parameters:
name- The resource name of this export, in the format 'organizations/{{organization}}/locations/{{location}}/bigQueryExports/{{big_query_export_id}}'. This field is provided in responses, and is ignored when provided in create requests. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#name SccV2OrganizationSccBigQueryExports#name}- Returns:
this
-
timeouts
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig.Builder timeouts(SccV2OrganizationSccBigQueryExportsTimeouts timeouts)
Sets the value ofSccV2OrganizationSccBigQueryExportsConfig.getTimeouts()- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_v2_organization_scc_big_query_exports#timeouts SccV2OrganizationSccBigQueryExports#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public SccV2OrganizationSccBigQueryExportsConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public SccV2OrganizationSccBigQueryExportsConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccV2OrganizationSccBigQueryExportsConfig>- Returns:
- a new instance of
SccV2OrganizationSccBigQueryExportsConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-