Interface BatchSegmentJobSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>, SdkBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>, SdkPojo
Enclosing class:
BatchSegmentJobSummary

public static interface BatchSegmentJobSummary.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
  • Method Details

    • batchSegmentJobArn

      BatchSegmentJobSummary.Builder batchSegmentJobArn(String batchSegmentJobArn)

      The Amazon Resource Name (ARN) of the batch segment job.

      Parameters:
      batchSegmentJobArn - The Amazon Resource Name (ARN) of the batch segment job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • jobName

      The name of the batch segment job.

      Parameters:
      jobName - The name of the batch segment job.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the batch segment job. The status is one of the following values:

      • PENDING

      • IN PROGRESS

      • ACTIVE

      • CREATE FAILED

      Parameters:
      status - The status of the batch segment job. The status is one of the following values:

      • PENDING

      • IN PROGRESS

      • ACTIVE

      • CREATE FAILED

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      BatchSegmentJobSummary.Builder creationDateTime(Instant creationDateTime)

      The time at which the batch segment job was created.

      Parameters:
      creationDateTime - The time at which the batch segment job was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastUpdatedDateTime

      BatchSegmentJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)

      The time at which the batch segment job was last updated.

      Parameters:
      lastUpdatedDateTime - The time at which the batch segment job was last updated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReason

      BatchSegmentJobSummary.Builder failureReason(String failureReason)

      If the batch segment job failed, the reason for the failure.

      Parameters:
      failureReason - If the batch segment job failed, the reason for the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • solutionVersionArn

      BatchSegmentJobSummary.Builder solutionVersionArn(String solutionVersionArn)

      The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

      Parameters:
      solutionVersionArn - The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
      Returns:
      Returns a reference to this object so that method calls can be chained together.