Class ApigeeEnvironmentKeyvaluemapsEntries.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_environment_keyvaluemaps_entries.ApigeeEnvironmentKeyvaluemapsEntries.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntries>
- Enclosing class:
- ApigeeEnvironmentKeyvaluemapsEntries
@Stability(Stable) public static final class ApigeeEnvironmentKeyvaluemapsEntries.Builder extends Object implements software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntries>
A fluent builder forApigeeEnvironmentKeyvaluemapsEntries.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ApigeeEnvironmentKeyvaluemapsEntriesbuild()ApigeeEnvironmentKeyvaluemapsEntries.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)ApigeeEnvironmentKeyvaluemapsEntries.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)ApigeeEnvironmentKeyvaluemapsEntries.Buildercount(com.hashicorp.cdktf.TerraformCount count)ApigeeEnvironmentKeyvaluemapsEntries.Buildercount(Number count)static ApigeeEnvironmentKeyvaluemapsEntries.Buildercreate(software.constructs.Construct scope, String id)ApigeeEnvironmentKeyvaluemapsEntries.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)ApigeeEnvironmentKeyvaluemapsEntries.BuilderenvKeyvaluemapId(String envKeyvaluemapId)The Apigee environment keyvalumaps Id associated with the Apigee environment, in the format 'organizations/{{org_name}}/environments/{{env_name}}/keyvaluemaps/{{keyvaluemap_name}}'.ApigeeEnvironmentKeyvaluemapsEntries.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)ApigeeEnvironmentKeyvaluemapsEntries.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#id ApigeeEnvironmentKeyvaluemapsEntries#id}.ApigeeEnvironmentKeyvaluemapsEntries.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)ApigeeEnvironmentKeyvaluemapsEntries.Buildername(String name)Required.ApigeeEnvironmentKeyvaluemapsEntries.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)ApigeeEnvironmentKeyvaluemapsEntries.Builderprovisioners(List<? extends Object> provisioners)ApigeeEnvironmentKeyvaluemapsEntries.Buildertimeouts(ApigeeEnvironmentKeyvaluemapsEntriesTimeouts timeouts)timeouts block.ApigeeEnvironmentKeyvaluemapsEntries.Buildervalue(String value)Required.
-
-
-
Method Detail
-
create
@Stability(Stable) public static ApigeeEnvironmentKeyvaluemapsEntries.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
ApigeeEnvironmentKeyvaluemapsEntries.Builder.
-
connection
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntries.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
envKeyvaluemapId
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries.Builder envKeyvaluemapId(String envKeyvaluemapId)
The Apigee environment keyvalumaps Id associated with the Apigee environment, in the format 'organizations/{{org_name}}/environments/{{env_name}}/keyvaluemaps/{{keyvaluemap_name}}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#env_keyvaluemap_id ApigeeEnvironmentKeyvaluemapsEntries#env_keyvaluemap_id}
- Parameters:
envKeyvaluemapId- The Apigee environment keyvalumaps Id associated with the Apigee environment, in the format 'organizations/{{org_name}}/environments/{{env_name}}/keyvaluemaps/{{keyvaluemap_name}}'. This parameter is required.- Returns:
this
-
name
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries.Builder name(String name)
Required. Resource URI that can be used to identify the scope of the key value map entries.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#name ApigeeEnvironmentKeyvaluemapsEntries#name}
- Parameters:
name- Required. Resource URI that can be used to identify the scope of the key value map entries. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries.Builder value(String value)
Required. Data or payload that is being retrieved and associated with the unique key.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#value ApigeeEnvironmentKeyvaluemapsEntries#value}
- Parameters:
value- Required. Data or payload that is being retrieved and associated with the unique key. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#id ApigeeEnvironmentKeyvaluemapsEntries#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#id ApigeeEnvironmentKeyvaluemapsEntries#id}. This parameter is required.- Returns:
this
-
timeouts
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries.Builder timeouts(ApigeeEnvironmentKeyvaluemapsEntriesTimeouts timeouts)
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#timeouts ApigeeEnvironmentKeyvaluemapsEntries#timeouts}
- Parameters:
timeouts- timeouts block. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntries build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntries>- Returns:
- a newly built instance of
ApigeeEnvironmentKeyvaluemapsEntries.
-
-