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