Class PrivateEndpointConnectionArgs.Builder

    • Method Detail

      • privateEndpointConnectionName

        public PrivateEndpointConnectionArgs.Builder privateEndpointConnectionName​(@Nullable
                                                                                   com.pulumi.core.Output<java.lang.String> privateEndpointConnectionName)
        Parameters:
        privateEndpointConnectionName - The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group.
        Returns:
        builder
      • privateEndpointConnectionName

        public PrivateEndpointConnectionArgs.Builder privateEndpointConnectionName​(java.lang.String privateEndpointConnectionName)
        Parameters:
        privateEndpointConnectionName - The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group.
        Returns:
        builder
      • resourceGroupName

        public PrivateEndpointConnectionArgs.Builder resourceGroupName​(com.pulumi.core.Output<java.lang.String> resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        builder
      • resourceGroupName

        public PrivateEndpointConnectionArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group within the current subscription. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        builder
      • searchServiceName

        public PrivateEndpointConnectionArgs.Builder searchServiceName​(com.pulumi.core.Output<java.lang.String> searchServiceName)
        Parameters:
        searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource group.
        Returns:
        builder
      • searchServiceName

        public PrivateEndpointConnectionArgs.Builder searchServiceName​(java.lang.String searchServiceName)
        Parameters:
        searchServiceName - The name of the Azure Cognitive Search service associated with the specified resource group.
        Returns:
        builder