Package com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module
Class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_management_project_security_health_analytics_custom_module.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput>
- Enclosing interface:
- SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput
@Stability(Stable) public static final class SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builder extends Object implements software.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputbuild()Builds the configured instance.SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builderproperties(com.hashicorp.cdktf.IResolvable properties)SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builderproperties(List<? extends SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties> properties)
-
-
-
Method Detail
-
properties
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builder properties(com.hashicorp.cdktf.IResolvable properties)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.getProperties()- Parameters:
properties- properties 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#properties SccManagementProjectSecurityHealthAnalyticsCustomModule#properties}- Returns:
this
-
properties
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.Builder properties(List<? extends SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutputProperties> properties)
Sets the value ofSccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput.getProperties()- Parameters:
properties- properties 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#properties SccManagementProjectSecurityHealthAnalyticsCustomModule#properties}- Returns:
this
-
build
@Stability(Stable) public SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput>- Returns:
- a new instance of
SccManagementProjectSecurityHealthAnalyticsCustomModuleCustomConfigCustomOutput - Throws:
NullPointerException- if any required attribute was not provided
-
-