Class DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_deidentify_template.DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor>
- Enclosing interface:
- DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor
@Stability(Stable) public static final class DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder extends Object implements software.amazon.jsii.Builder<DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
blue
@Stability(Stable) public DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder blue(Number blue)
Sets the value ofDataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.getBlue()- Parameters:
blue- The amount of blue in the color as a value in the interval [0, 1]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_deidentify_template#blue DataLossPreventionDeidentifyTemplate#blue}- Returns:
this
-
green
@Stability(Stable) public DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder green(Number green)
Sets the value ofDataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.getGreen()- Parameters:
green- The amount of green in the color as a value in the interval [0, 1]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_deidentify_template#green DataLossPreventionDeidentifyTemplate#green}- Returns:
this
-
red
@Stability(Stable) public DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.Builder red(Number red)
Sets the value ofDataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor.getRed()- Parameters:
red- The amount of red in the color as a value in the interval [0, 1]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_deidentify_template#red DataLossPreventionDeidentifyTemplate#red}- Returns:
this
-
build
@Stability(Stable) public DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor>- Returns:
- a new instance of
DataLossPreventionDeidentifyTemplateDeidentifyConfigImageTransformationsTransformsRedactionColor - Throws:
NullPointerException- if any required attribute was not provided
-
-