| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediapackage |
AWS Elemental MediaPackage
|
| software.amazon.awssdk.services.mediapackage.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateHarvestJobResponse |
MediaPackageClient.createHarvestJob(Consumer<CreateHarvestJobRequest.Builder> createHarvestJobRequest)
Creates a new HarvestJob record.
|
default CompletableFuture<CreateHarvestJobResponse> |
MediaPackageAsyncClient.createHarvestJob(Consumer<CreateHarvestJobRequest.Builder> createHarvestJobRequest)
Creates a new HarvestJob record.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.builder() |
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.endTime(String endTime)
The end of the time-window which will be harvested
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.id(String id)
The ID of the HarvestJob.
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.originEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.Builder.startTime(String startTime)
The start of the time-window which will be harvested
|
CreateHarvestJobRequest.Builder |
CreateHarvestJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateHarvestJobRequest.Builder> |
CreateHarvestJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.