Class BeyondcorpAppConnector.Builder

    • Method Detail

      • create

        @Stability(Stable)
        public static BeyondcorpAppConnector.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 BeyondcorpAppConnector.Builder.
      • connection

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

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

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

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

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

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

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

        @Stability(Experimental)
        public BeyondcorpAppConnector.Builder provisioners​(List<? extends Object> provisioners)
        Parameters:
        provisioners - This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder name​(String name)
        ID of the AppConnector.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connector#name BeyondcorpAppConnector#name}

        Parameters:
        name - ID of the AppConnector. This parameter is required.
        Returns:
        this
      • principalInfo

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder principalInfo​(BeyondcorpAppConnectorPrincipalInfo principalInfo)
        principal_info block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connector#principal_info BeyondcorpAppConnector#principal_info}

        Parameters:
        principalInfo - principal_info block. This parameter is required.
        Returns:
        this
      • displayName

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder displayName​(String displayName)
        An arbitrary user-provided name for the AppConnector.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connector#display_name BeyondcorpAppConnector#display_name}

        Parameters:
        displayName - An arbitrary user-provided name for the AppConnector. This parameter is required.
        Returns:
        this
      • id

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

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder labels​(Map<String,​String> labels)
        Resource labels to represent user provided metadata.

        **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/beyondcorp_app_connector#labels BeyondcorpAppConnector#labels}

        Parameters:
        labels - Resource labels to represent user provided metadata. This parameter is required.
        Returns:
        this
      • project

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

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

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder region​(String region)
        The region of the AppConnector.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connector#region BeyondcorpAppConnector#region}

        Parameters:
        region - The region of the AppConnector. This parameter is required.
        Returns:
        this
      • timeouts

        @Stability(Stable)
        public BeyondcorpAppConnector.Builder timeouts​(BeyondcorpAppConnectorTimeouts timeouts)
        timeouts block.

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

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