Class ApigeeEnvironmentKeyvaluemapsEntries.Builder

    • Method Detail

      • 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
      • lifecycle

        @Stability(Experimental)
        public ApigeeEnvironmentKeyvaluemapsEntries.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - 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