Interface Job.Builder

    • Method Detail

      • arn

        Job.Builder arn​(String arn)

        the ARN of the specific Job.

        Parameters:
        arn - the ARN of the specific Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        Job.Builder creationDateTime​(String creationDateTime)

        Job creation time.

        Parameters:
        creationDateTime - Job creation time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endDateTime

        Job.Builder endDateTime​(String endDateTime)

        Job end time.

        Parameters:
        endDateTime - Job end time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • initiatedBy

        Job.Builder initiatedBy​(String initiatedBy)

        Job initiated by field.

        Parameters:
        initiatedBy - Job initiated by field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InitiatedBy, InitiatedBy
      • initiatedBy

        Job.Builder initiatedBy​(InitiatedBy initiatedBy)

        Job initiated by field.

        Parameters:
        initiatedBy - Job initiated by field.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InitiatedBy, InitiatedBy
      • jobID

        Job.Builder jobID​(String jobID)

        Job ID.

        Parameters:
        jobID - Job ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participatingServers

        Job.Builder participatingServers​(Collection<ParticipatingServer> participatingServers)

        Servers participating in a specific Job.

        Parameters:
        participatingServers - Servers participating in a specific Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • participatingServers

        Job.Builder participatingServers​(ParticipatingServer... participatingServers)

        Servers participating in a specific Job.

        Parameters:
        participatingServers - Servers participating in a specific Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Job.Builder status​(String status)

        Job status.

        Parameters:
        status - Job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • status

        Job.Builder status​(JobStatus status)

        Job status.

        Parameters:
        status - Job status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • tags

        Job.Builder tags​(Map<String,​String> tags)

        Tags associated with specific Job.

        Parameters:
        tags - Tags associated with specific Job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Job.Builder type​(String type)

        Job type.

        Parameters:
        type - Job type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType
      • type

        Job.Builder type​(JobType type)

        Job type.

        Parameters:
        type - Job type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType, JobType