| Package | Description |
|---|---|
| com.amazonaws.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
HarvestJob |
HarvestJob.clone() |
HarvestJob |
HarvestJob.withArn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
HarvestJob |
HarvestJob.withChannelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
HarvestJob |
HarvestJob.withCreatedAt(String createdAt)
The date and time the HarvestJob was submitted.
|
HarvestJob |
HarvestJob.withEndTime(String endTime)
The end of the time-window which will be harvested.
|
HarvestJob |
HarvestJob.withId(String id)
The ID of the HarvestJob.
|
HarvestJob |
HarvestJob.withOriginEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
HarvestJob |
HarvestJob.withS3Destination(S3Destination s3Destination) |
HarvestJob |
HarvestJob.withStartTime(String startTime)
The start of the time-window which will be harvested.
|
HarvestJob |
HarvestJob.withStatus(Status status)
The current status of the HarvestJob.
|
HarvestJob |
HarvestJob.withStatus(String status)
The current status of the HarvestJob.
|
| Modifier and Type | Method and Description |
|---|---|
List<HarvestJob> |
ListHarvestJobsResult.getHarvestJobs()
A list of HarvestJob records.
|
| Modifier and Type | Method and Description |
|---|---|
ListHarvestJobsResult |
ListHarvestJobsResult.withHarvestJobs(HarvestJob... harvestJobs)
A list of HarvestJob records.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHarvestJobsResult.setHarvestJobs(Collection<HarvestJob> harvestJobs)
A list of HarvestJob records.
|
ListHarvestJobsResult |
ListHarvestJobsResult.withHarvestJobs(Collection<HarvestJob> harvestJobs)
A list of HarvestJob records.
|
Copyright © 2025. All rights reserved.