| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
HarvestJob.Builder |
HarvestJob.Builder.arn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
static HarvestJob.Builder |
HarvestJob.builder() |
HarvestJob.Builder |
HarvestJob.Builder.channelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
HarvestJob.Builder |
HarvestJob.Builder.createdAt(String createdAt)
The time the HarvestJob was submitted
|
HarvestJob.Builder |
HarvestJob.Builder.endTime(String endTime)
The end of the time-window which will be harvested.
|
HarvestJob.Builder |
HarvestJob.Builder.id(String id)
The ID of the HarvestJob.
|
HarvestJob.Builder |
HarvestJob.Builder.originEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
default HarvestJob.Builder |
HarvestJob.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
HarvestJob.Builder |
HarvestJob.Builder.s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
HarvestJob.Builder |
HarvestJob.Builder.startTime(String startTime)
The start of the time-window which will be harvested.
|
HarvestJob.Builder |
HarvestJob.Builder.status(Status status)
The current status of the HarvestJob.
|
HarvestJob.Builder |
HarvestJob.Builder.status(String status)
The current status of the HarvestJob.
|
HarvestJob.Builder |
HarvestJob.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HarvestJob.Builder> |
HarvestJob.serializableBuilderClass() |
Copyright © 2021. All rights reserved.