Class SecureSourceManagerInstance.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public SecureSourceManagerInstance.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • instanceId

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder instanceId​(String instanceId)
        The name for the Instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#instance_id SecureSourceManagerInstance#instance_id}

        Parameters:
        instanceId - The name for the Instance. This parameter is required.
        Returns:
        this
      • location

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder location​(String location)
        The location for the Instance.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#location SecureSourceManagerInstance#location}

        Parameters:
        location - The location for the Instance. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#id SecureSourceManagerInstance#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/secure_source_manager_instance#id SecureSourceManagerInstance#id}. This parameter is required.
        Returns:
        this
      • kmsKey

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder kmsKey​(String kmsKey)
        Customer-managed encryption key name, in the format projects/* /locations/* /keyRings/* /cryptoKeys/*.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#kms_key SecureSourceManagerInstance#kms_key} Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.

        Parameters:
        kmsKey - Customer-managed encryption key name, in the format projects/* /locations/* /keyRings/* /cryptoKeys/*. This parameter is required.
        Returns:
        this
      • labels

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder labels​(Map<String,​String> labels)
        Labels as key value pairs.

        **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#labels SecureSourceManagerInstance#labels}

        Parameters:
        labels - Labels as key value pairs. This parameter is required.
        Returns:
        this
      • privateConfig

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder privateConfig​(SecureSourceManagerInstancePrivateConfig privateConfig)
        private_config block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#private_config SecureSourceManagerInstance#private_config}

        Parameters:
        privateConfig - private_config block. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#project SecureSourceManagerInstance#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#project SecureSourceManagerInstance#project}. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public SecureSourceManagerInstance.Builder timeouts​(SecureSourceManagerInstanceTimeouts timeouts)
        timeouts block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/secure_source_manager_instance#timeouts SecureSourceManagerInstance#timeouts}

        Parameters:
        timeouts - timeouts block. This parameter is required.
        Returns:
        this