Package com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module
Class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate>
- Enclosing interface:
- SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate
@Stability(Stable) public static final class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder extends Object implements software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicatebuild()Builds the configured instance.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builderdescription(String description)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builderexpression(String expression)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builderlocation(String location)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Buildertitle(String title)
-
-
-
Method Detail
-
expression
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder expression(String expression)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.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_management_project_security_health_analytics_custom_module#expression SccManagementProjectSecurityHealthAnalyticsCustomModule#expression}- Returns:
this
-
description
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder description(String description)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.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_management_project_security_health_analytics_custom_module#description SccManagementProjectSecurityHealthAnalyticsCustomModule#description}- Returns:
this
-
location
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder location(String location)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.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_management_project_security_health_analytics_custom_module#location SccManagementProjectSecurityHealthAnalyticsCustomModule#location}- Returns:
this
-
title
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.Builder title(String title)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate.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_management_project_security_health_analytics_custom_module#title SccManagementProjectSecurityHealthAnalyticsCustomModule#title}- Returns:
this
-
build
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate>- Returns:
- a new instance of
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigPredicate - Throws:
NullPointerException- if any required attribute was not provided
-
-