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