Package com.pulumi.azurenative.search
Class PrivateEndpointConnectionArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.search.PrivateEndpointConnectionArgs.Builder
-
- Enclosing class:
- PrivateEndpointConnectionArgs
public static final class PrivateEndpointConnectionArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(PrivateEndpointConnectionArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(PrivateEndpointConnectionArgs defaults)
-
-
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
-
properties
public PrivateEndpointConnectionArgs.Builder properties(@Nullable com.pulumi.core.Output<PrivateEndpointConnectionPropertiesArgs> properties)
- Parameters:
properties
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.- Returns:
- builder
-
properties
public PrivateEndpointConnectionArgs.Builder properties(PrivateEndpointConnectionPropertiesArgs properties)
- Parameters:
properties
- Describes the properties of an existing Private Endpoint connection to the Azure Cognitive Search service.- 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
-
build
public PrivateEndpointConnectionArgs build()
-
-