Class SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_management_organization_security_health_analytics_custom_module.SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>
- Enclosing interface:
- SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties
@Stability(Stable) public static final class SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder extends Object implements software.amazon.jsii.Builder<SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
@Stability(Stable) public SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder name(String name)
Sets the value ofSccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.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_organization_security_health_analytics_custom_module#name SccManagementOrganizationSecurityHealthAnalyticsCustomModule#name}- Returns:
this
-
valueExpression
@Stability(Stable) public SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.Builder valueExpression(SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputPropertiesValueExpression valueExpression)
Sets the value ofSccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties.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_organization_security_health_analytics_custom_module#value_expression SccManagementOrganizationSecurityHealthAnalyticsCustomModule#value_expression}- Returns:
this
-
build
@Stability(Stable) public SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties>- Returns:
- a new instance of
SccManagementOrganizationSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-