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