Class ApigeeOrganizationPropertiesProperty.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_organization.ApigeeOrganizationPropertiesProperty.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeOrganizationPropertiesProperty>
- Enclosing interface:
- ApigeeOrganizationPropertiesProperty
@Stability(Stable) public static final class ApigeeOrganizationPropertiesProperty.Builder extends Object implements software.amazon.jsii.Builder<ApigeeOrganizationPropertiesProperty>
A builder forApigeeOrganizationPropertiesProperty
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeOrganizationPropertiesPropertybuild()Builds the configured instance.ApigeeOrganizationPropertiesProperty.Buildername(String name)Sets the value ofApigeeOrganizationPropertiesProperty.getName()ApigeeOrganizationPropertiesProperty.Buildervalue(String value)Sets the value ofApigeeOrganizationPropertiesProperty.getValue()
-
-
-
Method Detail
-
name
@Stability(Stable) public ApigeeOrganizationPropertiesProperty.Builder name(String name)
Sets the value ofApigeeOrganizationPropertiesProperty.getName()- Parameters:
name- Name of the property. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#name ApigeeOrganization#name}- Returns:
this
-
value
@Stability(Stable) public ApigeeOrganizationPropertiesProperty.Builder value(String value)
Sets the value ofApigeeOrganizationPropertiesProperty.getValue()- Parameters:
value- Value of the property. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_organization#value ApigeeOrganization#value}- Returns:
this
-
build
@Stability(Stable) public ApigeeOrganizationPropertiesProperty build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeOrganizationPropertiesProperty>- Returns:
- a new instance of
ApigeeOrganizationPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-
-