Class GetDiskIamPolicyPlainArgs.Builder

  • Enclosing class:
    GetDiskIamPolicyPlainArgs

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

      • name

        public GetDiskIamPolicyPlainArgs.Builder name​(java.lang.String name)
        Parameters:
        name - Used to find the parent resource to bind the IAM policy to
        Returns:
        builder
      • project

        public GetDiskIamPolicyPlainArgs.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 project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
        Returns:
        builder
      • zone

        public GetDiskIamPolicyPlainArgs.Builder zone​(@Nullable
                                                      java.lang.String zone)
        Parameters:
        zone - A reference to the zone where the disk resides. Used to find the parent resource to bind the IAM policy to. If not specified, the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no zone is specified, it is taken from the provider configuration.
        Returns:
        builder