public static interface BatchSegmentJobSummary.Builder extends SdkPojo, CopyableBuilder<BatchSegmentJobSummary.Builder,BatchSegmentJobSummary>
| Modifier and Type | Method and Description |
|---|---|
BatchSegmentJobSummary.Builder |
batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
|
BatchSegmentJobSummary.Builder |
creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
|
BatchSegmentJobSummary.Builder |
failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
|
BatchSegmentJobSummary.Builder |
jobName(String jobName)
The name of the batch segment job.
|
BatchSegmentJobSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job was last updated.
|
BatchSegmentJobSummary.Builder |
solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch
segments.
|
BatchSegmentJobSummary.Builder |
status(String status)
The status of the batch segment job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchSegmentJobSummary.Builder batchSegmentJobArn(String batchSegmentJobArn)
The Amazon Resource Name (ARN) of the batch segment job.
batchSegmentJobArn - The Amazon Resource Name (ARN) of the batch segment job.BatchSegmentJobSummary.Builder jobName(String jobName)
The name of the batch segment job.
jobName - The name of the batch segment job.BatchSegmentJobSummary.Builder status(String status)
The status of the batch segment job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
status - The status of the batch segment job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
BatchSegmentJobSummary.Builder creationDateTime(Instant creationDateTime)
The time at which the batch segment job was created.
creationDateTime - The time at which the batch segment job was created.BatchSegmentJobSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The time at which the batch segment job was last updated.
lastUpdatedDateTime - The time at which the batch segment job was last updated.BatchSegmentJobSummary.Builder failureReason(String failureReason)
If the batch segment job failed, the reason for the failure.
failureReason - If the batch segment job failed, the reason for the failure.BatchSegmentJobSummary.Builder solutionVersionArn(String solutionVersionArn)
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
solutionVersionArn - The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch
segments.Copyright © 2023. All rights reserved.