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