Class IntegrationConnectorsEndpointAttachment.Builder

    • Method Detail

      • connection

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

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder location​(String location)
        Location in which Endpoint Attachment needs to be created.

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

        Parameters:
        location - Location in which Endpoint Attachment needs to be created. This parameter is required.
        Returns:
        this
      • name

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder name​(String name)
        Name of Endpoint Attachment needs to be created.

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

        Parameters:
        name - Name of Endpoint Attachment needs to be created. This parameter is required.
        Returns:
        this
      • serviceAttachment

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder serviceAttachment​(String serviceAttachment)
        The path of the service attachment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#service_attachment IntegrationConnectorsEndpointAttachment#service_attachment}

        Parameters:
        serviceAttachment - The path of the service attachment. This parameter is required.
        Returns:
        this
      • description

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder description​(String description)
        Description of the resource.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#description IntegrationConnectorsEndpointAttachment#description}

        Parameters:
        description - Description of the resource. This parameter is required.
        Returns:
        this
      • endpointGlobalAccess

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder endpointGlobalAccess​(Boolean endpointGlobalAccess)
        Enable global access for endpoint attachment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#endpoint_global_access IntegrationConnectorsEndpointAttachment#endpoint_global_access}

        Parameters:
        endpointGlobalAccess - Enable global access for endpoint attachment. This parameter is required.
        Returns:
        this
      • endpointGlobalAccess

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder endpointGlobalAccess​(com.hashicorp.cdktf.IResolvable endpointGlobalAccess)
        Enable global access for endpoint attachment.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/integration_connectors_endpoint_attachment#endpoint_global_access IntegrationConnectorsEndpointAttachment#endpoint_global_access}

        Parameters:
        endpointGlobalAccess - Enable global access for endpoint attachment. This parameter is required.
        Returns:
        this
      • id

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

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.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/integration_connectors_endpoint_attachment#labels IntegrationConnectorsEndpointAttachment#labels}

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

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

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

        @Stability(Stable)
        public IntegrationConnectorsEndpointAttachment.Builder timeouts​(IntegrationConnectorsEndpointAttachmentTimeouts timeouts)
        timeouts block.

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

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