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