Class SccFolderCustomModuleCustomConfigPredicate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_folder_custom_module.SccFolderCustomModuleCustomConfigPredicate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccFolderCustomModuleCustomConfigPredicate>
- Enclosing interface:
- SccFolderCustomModuleCustomConfigPredicate
@Stability(Stable) public static final class SccFolderCustomModuleCustomConfigPredicate.Builder extends Object implements software.amazon.jsii.Builder<SccFolderCustomModuleCustomConfigPredicate>
A builder forSccFolderCustomModuleCustomConfigPredicate
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccFolderCustomModuleCustomConfigPredicatebuild()Builds the configured instance.SccFolderCustomModuleCustomConfigPredicate.Builderdescription(String description)Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getDescription()SccFolderCustomModuleCustomConfigPredicate.Builderexpression(String expression)Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getExpression()SccFolderCustomModuleCustomConfigPredicate.Builderlocation(String location)Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getLocation()SccFolderCustomModuleCustomConfigPredicate.Buildertitle(String title)Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getTitle()
-
-
-
Method Detail
-
expression
@Stability(Stable) public SccFolderCustomModuleCustomConfigPredicate.Builder expression(String expression)
Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getExpression()- Parameters:
expression- Textual representation of an expression in Common Expression Language syntax. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#expression SccFolderCustomModule#expression}- Returns:
this
-
description
@Stability(Stable) public SccFolderCustomModuleCustomConfigPredicate.Builder description(String description)
Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getDescription()- Parameters:
description- Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#description SccFolderCustomModule#description}- Returns:
this
-
location
@Stability(Stable) public SccFolderCustomModuleCustomConfigPredicate.Builder location(String location)
Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getLocation()- Parameters:
location- String indicating the location of the expression for error reporting, e.g. a file name and a position in the file. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#location SccFolderCustomModule#location}- Returns:
this
-
title
@Stability(Stable) public SccFolderCustomModuleCustomConfigPredicate.Builder title(String title)
Sets the value ofSccFolderCustomModuleCustomConfigPredicate.getTitle()- Parameters:
title- Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_folder_custom_module#title SccFolderCustomModule#title}- Returns:
this
-
build
@Stability(Stable) public SccFolderCustomModuleCustomConfigPredicate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccFolderCustomModuleCustomConfigPredicate>- Returns:
- a new instance of
SccFolderCustomModuleCustomConfigPredicate - Throws:
NullPointerException- if any required attribute was not provided
-
-