Class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig>
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig
@Stability(Stable) public static final class DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigbuild()Builds the configured instance.DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.BuilderoutputSchema(String outputSchema)DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Buildertable(DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable table)
-
-
-
Method Detail
-
table
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder table(DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfigTable table)
- Parameters:
table- table block. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#table DataLossPreventionJobTrigger#table}- Returns:
this
-
outputSchema
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.Builder outputSchema(String outputSchema)
Sets the value ofDataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig.getOutputSchema()- Parameters:
outputSchema- Schema used for writing the findings for Inspect jobs. This field is only used for Inspect and must be unspecified for Risk jobs. Columns are derived from the Finding object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted. If unspecified, then all available columns will be used for a new table or an (existing) table with no schema, and no changes will be made to an existing table that has a schema. Only for use with external storage. Possible values: ["BASIC_COLUMNS", "GCS_COLUMNS", "DATASTORE_COLUMNS", "BIG_QUERY_COLUMNS", "ALL_COLUMNS"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#output_schema DataLossPreventionJobTrigger#output_schema}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig>- Returns:
- a new instance of
DataLossPreventionJobTriggerInspectJobActionsSaveFindingsOutputConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-