Class JobIAMBindingState.Builder

  • Enclosing class:
    JobIAMBindingState

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

      • etag

        public JobIAMBindingState.Builder etag​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> etag)
        Parameters:
        etag - (Computed) The etag of the jobs's IAM policy.
        Returns:
        builder
      • etag

        public JobIAMBindingState.Builder etag​(java.lang.String etag)
        Parameters:
        etag - (Computed) The etag of the jobs's IAM policy.
        Returns:
        builder
      • members

        public JobIAMBindingState.Builder members​(@Nullable
                                                  com.pulumi.core.Output<java.util.List<java.lang.String>> members)
      • project

        public JobIAMBindingState.Builder project​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> project)
        Parameters:
        project - The project in which the job belongs. If it is not provided, the provider will use a default.
        Returns:
        builder
      • project

        public JobIAMBindingState.Builder project​(java.lang.String project)
        Parameters:
        project - The project in which the job belongs. If it is not provided, the provider will use a default.
        Returns:
        builder
      • region

        public JobIAMBindingState.Builder region​(@Nullable
                                                 com.pulumi.core.Output<java.lang.String> region)
        Parameters:
        region - The region in which the job belongs. If it is not provided, the provider will use a default.
        Returns:
        builder
      • region

        public JobIAMBindingState.Builder region​(java.lang.String region)
        Parameters:
        region - The region in which the job belongs. If it is not provided, the provider will use a default.
        Returns:
        builder
      • role

        public JobIAMBindingState.Builder role​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> role)
        Parameters:
        role - The role that should be applied. Only one `gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.
        Returns:
        builder
      • role

        public JobIAMBindingState.Builder role​(java.lang.String role)
        Parameters:
        role - The role that should be applied. Only one `gcp.dataproc.JobIAMBinding` can be used per role. Note that custom roles must be of the format `[projects|organizations]/{parent-name}/roles/{role-name}`.
        Returns:
        builder