Interface JobEntry.Builder

    • Method Detail

      • arn

        JobEntry.Builder arn​(String arn)

        The ARN for the job.

        Parameters:
        arn - The ARN for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAt

        JobEntry.Builder createdAt​(Instant createdAt)

        The date and time that the job was created, in ISO 8601 format.

        Parameters:
        createdAt - The date and time that the job was created, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • details

        JobEntry.Builder details​(ResponseDetails details)

        Details of the operation to be performed by the job, such as export destination details or import source details.

        Parameters:
        details - Details of the operation to be performed by the job, such as export destination details or import source details.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        JobEntry.Builder errors​(Collection<JobError> errors)

        Errors for jobs.

        Parameters:
        errors - Errors for jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • errors

        JobEntry.Builder errors​(JobError... errors)

        Errors for jobs.

        Parameters:
        errors - Errors for jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        JobEntry.Builder id​(String id)

        The unique identifier for the job.

        Parameters:
        id - The unique identifier for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        JobEntry.Builder state​(String state)

        The state of the job.

        Parameters:
        state - The state of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        JobEntry.Builder state​(State state)

        The state of the job.

        Parameters:
        state - The state of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • type

        JobEntry.Builder type​(String type)

        The job type.

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

        JobEntry.Builder type​(Type type)

        The job type.

        Parameters:
        type - The job type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Type, Type
      • updatedAt

        JobEntry.Builder updatedAt​(Instant updatedAt)

        The date and time that the job was last updated, in ISO 8601 format.

        Parameters:
        updatedAt - The date and time that the job was last updated, in ISO 8601 format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.