Class LocationArgs.Builder

  • Enclosing class:
    LocationArgs

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

      • Builder

        public Builder()
    • Method Detail

      • name

        public LocationArgs.Builder name​(@Nullable
                                         com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Name of the Location resource.
        Returns:
        builder
      • name

        public LocationArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Name of the Location resource.
        Returns:
        builder
      • project

        public LocationArgs.Builder project​(@Nullable
                                            com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder
      • project

        public LocationArgs.Builder project​(java.lang.String project)
        Parameters:
        project - The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
        Returns:
        builder