Class ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.apigee_environment_keyvaluemaps_entries.ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntriesConfig>
- Enclosing interface:
- ApigeeEnvironmentKeyvaluemapsEntriesConfig
@Stability(Stable) public static final class ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder extends Object implements software.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntriesConfig>
A builder forApigeeEnvironmentKeyvaluemapsEntriesConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
envKeyvaluemapId
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder envKeyvaluemapId(String envKeyvaluemapId)
Sets the value ofApigeeEnvironmentKeyvaluemapsEntriesConfig.getEnvKeyvaluemapId()- 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. 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}- Returns:
this
-
name
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder name(String name)
Sets the value ofApigeeEnvironmentKeyvaluemapsEntriesConfig.getName()- Parameters:
name- Required. Resource URI that can be used to identify the scope of the key value map entries. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#name ApigeeEnvironmentKeyvaluemapsEntries#name}- Returns:
this
-
value
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder value(String value)
Sets the value ofApigeeEnvironmentKeyvaluemapsEntriesConfig.getValue()- Parameters:
value- Required. Data or payload that is being retrieved and associated with the unique key. This parameter is required. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/apigee_environment_keyvaluemaps_entries#value ApigeeEnvironmentKeyvaluemapsEntries#value}- Returns:
this
-
id
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder id(String id)
Sets the value ofApigeeEnvironmentKeyvaluemapsEntriesConfig.getId()- 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}. 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
-
timeouts
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder timeouts(ApigeeEnvironmentKeyvaluemapsEntriesTimeouts timeouts)
Sets the value ofApigeeEnvironmentKeyvaluemapsEntriesConfig.getTimeouts()- Parameters:
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}- Returns:
this
-
connection
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.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 ApigeeEnvironmentKeyvaluemapsEntriesConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public ApigeeEnvironmentKeyvaluemapsEntriesConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ApigeeEnvironmentKeyvaluemapsEntriesConfig>- Returns:
- a new instance of
ApigeeEnvironmentKeyvaluemapsEntriesConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-