Package com.pulumi.gcp.dataloss.outputs
Class PreventionDeidentifyTemplateDeidentifyConfig.Builder
- java.lang.Object
-
- com.pulumi.gcp.dataloss.outputs.PreventionDeidentifyTemplateDeidentifyConfig.Builder
-
- Enclosing class:
- PreventionDeidentifyTemplateDeidentifyConfig
public static final class PreventionDeidentifyTemplateDeidentifyConfig.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PreventionDeidentifyTemplateDeidentifyConfig defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreventionDeidentifyTemplateDeidentifyConfig
build()
PreventionDeidentifyTemplateDeidentifyConfig.Builder
imageTransformations(PreventionDeidentifyTemplateDeidentifyConfigImageTransformations imageTransformations)
PreventionDeidentifyTemplateDeidentifyConfig.Builder
infoTypeTransformations(PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations infoTypeTransformations)
PreventionDeidentifyTemplateDeidentifyConfig.Builder
recordTransformations(PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations recordTransformations)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PreventionDeidentifyTemplateDeidentifyConfig defaults)
-
-
Method Detail
-
imageTransformations
public PreventionDeidentifyTemplateDeidentifyConfig.Builder imageTransformations(@Nullable PreventionDeidentifyTemplateDeidentifyConfigImageTransformations imageTransformations)
-
infoTypeTransformations
public PreventionDeidentifyTemplateDeidentifyConfig.Builder infoTypeTransformations(@Nullable PreventionDeidentifyTemplateDeidentifyConfigInfoTypeTransformations infoTypeTransformations)
-
recordTransformations
public PreventionDeidentifyTemplateDeidentifyConfig.Builder recordTransformations(@Nullable PreventionDeidentifyTemplateDeidentifyConfigRecordTransformations recordTransformations)
-
build
public PreventionDeidentifyTemplateDeidentifyConfig build()
-
-