Package com.hashicorp.cdktf.providers.google.scc_management_folder_security_health_analytics_custom_module
Class SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_management_folder_security_health_analytics_custom_module.SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig>
- Enclosing interface:
- SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig
@Stability(Stable) public static final class SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder extends Object implements software.amazon.jsii.Builder<SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
folder
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder folder(String folder)
Sets the value ofSccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.getFolder()- Parameters:
folder- Numerical ID of the parent folder. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#folder SccManagementFolderSecurityHealthAnalyticsCustomModule#folder}- Returns:
this
-
customConfig
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder customConfig(SccManagementFolderSecurityHealthAnalyticsCustomModuleCustomConfig customConfig)
- Parameters:
customConfig- custom_config block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#custom_config SccManagementFolderSecurityHealthAnalyticsCustomModule#custom_config}- Returns:
this
-
displayName
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder displayName(String displayName)
- Parameters:
displayName- The display name of the Security Health Analytics custom module. This display name becomes the finding category for all findings that are returned by this custom module. The display name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#display_name SccManagementFolderSecurityHealthAnalyticsCustomModule#display_name}- Returns:
this
-
enablementState
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder enablementState(String enablementState)
- Parameters:
enablementState- The enablement state of the custom module. Possible values: ["ENABLED", "DISABLED"]. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#enablement_state SccManagementFolderSecurityHealthAnalyticsCustomModule#enablement_state}- Returns:
this
-
id
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder id(String id)
Sets the value ofSccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#id SccManagementFolderSecurityHealthAnalyticsCustomModule#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
location
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder location(String location)
- Parameters:
location- Location ID of the parent organization. If not provided, 'global' will be used as the default location. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#location SccManagementFolderSecurityHealthAnalyticsCustomModule#location}- Returns:
this
-
timeouts
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder timeouts(SccManagementFolderSecurityHealthAnalyticsCustomModuleTimeouts timeouts)
- Parameters:
timeouts- timeouts block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_management_folder_security_health_analytics_custom_module#timeouts SccManagementFolderSecurityHealthAnalyticsCustomModule#timeouts}- Returns:
this
-
connection
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig>- Returns:
- a new instance of
SccManagementFolderSecurityHealthAnalyticsCustomModuleConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-