Class ServiceArgs.Builder

  • Enclosing class:
    ServiceArgs

    public static final class ServiceArgs.Builder
    extends java.lang.Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • location

        public ServiceArgs.Builder location​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> location)
        Parameters:
        location - The GEO location of the resource.
        Returns:
        builder
      • location

        public ServiceArgs.Builder location​(java.lang.String location)
        Parameters:
        location - The GEO location of the resource.
        Returns:
        builder
      • resourceGroupName

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

        public ServiceArgs.Builder resourceGroupName​(java.lang.String resourceGroupName)
        Parameters:
        resourceGroupName - The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
        Returns:
        builder
      • serviceName

        public ServiceArgs.Builder serviceName​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> serviceName)
        Parameters:
        serviceName - The name of the Service resource.
        Returns:
        builder
      • serviceName

        public ServiceArgs.Builder serviceName​(java.lang.String serviceName)
        Parameters:
        serviceName - The name of the Service resource.
        Returns:
        builder
      • sku

        public ServiceArgs.Builder sku​(@Nullable
                                       com.pulumi.core.Output<SkuArgs> sku)
        Parameters:
        sku - Sku of the Service resource
        Returns:
        builder
      • tags

        public ServiceArgs.Builder tags​(@Nullable
                                        com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> tags)
        Parameters:
        tags - Tags of the service which is a list of key value pairs that describe the resource.
        Returns:
        builder
      • tags

        public ServiceArgs.Builder tags​(java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Tags of the service which is a list of key value pairs that describe the resource.
        Returns:
        builder