Package com.pulumi.gcp.dataloss.inputs
Class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.inputs.PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
-
- Enclosing class:
- PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs
public static final class PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs
build()
PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
outputSchema(com.pulumi.core.Output<java.lang.String> outputSchema)
PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
outputSchema(java.lang.String outputSchema)
PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
table(com.pulumi.core.Output<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs> table)
PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder
table(PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs table)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs defaults)
-
-
Method Detail
-
outputSchema
public PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder outputSchema(@Nullable com.pulumi.core.Output<java.lang.String> outputSchema)
- 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 are: `BASIC_COLUMNS`, `GCS_COLUMNS`, `DATASTORE_COLUMNS`, `BIG_QUERY_COLUMNS`, `ALL_COLUMNS`.- Returns:
- builder
-
outputSchema
public PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder outputSchema(java.lang.String outputSchema)
- 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 are: `BASIC_COLUMNS`, `GCS_COLUMNS`, `DATASTORE_COLUMNS`, `BIG_QUERY_COLUMNS`, `ALL_COLUMNS`.- Returns:
- builder
-
table
public PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder table(com.pulumi.core.Output<PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs> table)
- Parameters:
table
- Information on the location of the target BigQuery Table. Structure is documented below.- Returns:
- builder
-
table
public PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs.Builder table(PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigTableArgs table)
- Parameters:
table
- Information on the location of the target BigQuery Table. Structure is documented below.- Returns:
- builder
-
build
public PreventionJobTriggerInspectJobActionSaveFindingsOutputConfigArgs build()
-
-