Class DataGooglePrivatecaCertificateAuthority.Builder

    • Method Detail

      • connection

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

        @Stability(Stable)
        public DataGooglePrivatecaCertificateAuthority.Builder certificateAuthorityId​(String certificateAuthorityId)
        The user provided Resource ID for this Certificate Authority.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#certificate_authority_id DataGooglePrivatecaCertificateAuthority#certificate_authority_id}

        Parameters:
        certificateAuthorityId - The user provided Resource ID for this Certificate Authority. This parameter is required.
        Returns:
        this
      • id

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

        @Stability(Stable)
        public DataGooglePrivatecaCertificateAuthority.Builder location​(String location)
        Location of the CertificateAuthority. A full list of valid locations can be found by running 'gcloud privateca locations list'.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#location DataGooglePrivatecaCertificateAuthority#location}

        Parameters:
        location - Location of the CertificateAuthority. A full list of valid locations can be found by running 'gcloud privateca locations list'. This parameter is required.
        Returns:
        this
      • pool

        @Stability(Stable)
        public DataGooglePrivatecaCertificateAuthority.Builder pool​(String pool)
        The name of the CaPool this Certificate Authority belongs to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#pool DataGooglePrivatecaCertificateAuthority#pool}

        Parameters:
        pool - The name of the CaPool this Certificate Authority belongs to. This parameter is required.
        Returns:
        this
      • project

        @Stability(Stable)
        public DataGooglePrivatecaCertificateAuthority.Builder project​(String project)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#project DataGooglePrivatecaCertificateAuthority#project}.

        Parameters:
        project - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/data-sources/privateca_certificate_authority#project DataGooglePrivatecaCertificateAuthority#project}. This parameter is required.
        Returns:
        this