Package com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module
Class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>
- Enclosing interface:
- SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties
@Stability(Stable) public static final class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder extends Object implements software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputPropertiesbuild()Builds the configured instance.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Buildername(String name)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.BuildervalueExpression(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputPropertiesValueExpression valueExpression)
-
-
-
Method Detail
-
name
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder name(String name)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.getName()- Parameters:
name- Name of the property for the custom output. 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#name SccManagementProjectSecurityHealthAnalyticsCustomModule#name}- Returns:
this
-
valueExpression
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder valueExpression(SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputPropertiesValueExpression valueExpression)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.getValueExpression()- Parameters:
valueExpression- value_expression block. 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#value_expression SccManagementProjectSecurityHealthAnalyticsCustomModule#value_expression}- Returns:
this
-
build
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>- Returns:
- a new instance of
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-