Class GetInstanceGroupPlainArgs.Builder

  • Enclosing class:
    GetInstanceGroupPlainArgs

    public static final class GetInstanceGroupPlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • name

        public GetInstanceGroupPlainArgs.Builder name​(@Nullable
                                                      java.lang.String name)
        Parameters:
        name - The name of the instance group. Either `name` or `self_link` must be provided.
        Returns:
        builder
      • project

        public GetInstanceGroupPlainArgs.Builder project​(@Nullable
                                                         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
      • selfLink

        public GetInstanceGroupPlainArgs.Builder selfLink​(@Nullable
                                                          java.lang.String selfLink)
        Parameters:
        selfLink - The self link of the instance group. Either `name` or `self_link` must be provided.
        Returns:
        builder
      • zone

        public GetInstanceGroupPlainArgs.Builder zone​(@Nullable
                                                      java.lang.String zone)
        Parameters:
        zone - The zone of the instance group. If referencing the instance group by name and `zone` is not provided, the provider zone is used.
        Returns:
        builder