Class SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.scc_organization_custom_module.SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SccOrganizationCustomModuleCustomConfigCustomOutputProperties>
- Enclosing interface:
- SccOrganizationCustomModuleCustomConfigCustomOutputProperties
@Stability(Stable) public static final class SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Builder extends Object implements software.amazon.jsii.Builder<SccOrganizationCustomModuleCustomConfigCustomOutputProperties>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SccOrganizationCustomModuleCustomConfigCustomOutputPropertiesbuild()Builds the configured instance.SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Buildername(String name)Sets the value ofSccOrganizationCustomModuleCustomConfigCustomOutputProperties.getName()SccOrganizationCustomModuleCustomConfigCustomOutputProperties.BuildervalueExpression(SccOrganizationCustomModuleCustomConfigCustomOutputPropertiesValueExpression valueExpression)
-
-
-
Method Detail
-
name
@Stability(Stable) public SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Builder name(String name)
Sets the value ofSccOrganizationCustomModuleCustomConfigCustomOutputProperties.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_organization_custom_module#name SccOrganizationCustomModule#name}- Returns:
this
-
valueExpression
@Stability(Stable) public SccOrganizationCustomModuleCustomConfigCustomOutputProperties.Builder valueExpression(SccOrganizationCustomModuleCustomConfigCustomOutputPropertiesValueExpression valueExpression)
Sets the value ofSccOrganizationCustomModuleCustomConfigCustomOutputProperties.getValueExpression()- Parameters:
valueExpression- value_expression block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/scc_organization_custom_module#value_expression SccOrganizationCustomModule#value_expression}- Returns:
this
-
build
@Stability(Stable) public SccOrganizationCustomModuleCustomConfigCustomOutputProperties build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SccOrganizationCustomModuleCustomConfigCustomOutputProperties>- Returns:
- a new instance of
SccOrganizationCustomModuleCustomConfigCustomOutputProperties - Throws:
NullPointerException- if any required attribute was not provided
-
-