public static interface CreateHarvestJobResponse.Builder extends MediaPackageResponse.Builder, SdkPojo, CopyableBuilder<CreateHarvestJobResponse.Builder,CreateHarvestJobResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateHarvestJobResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) assigned to the HarvestJob.
|
CreateHarvestJobResponse.Builder |
channelId(String channelId)
The ID of the Channel that the HarvestJob will harvest from.
|
CreateHarvestJobResponse.Builder |
createdAt(String createdAt)
The time the HarvestJob was submitted
|
CreateHarvestJobResponse.Builder |
endTime(String endTime)
The end of the time-window which will be harvested.
|
CreateHarvestJobResponse.Builder |
id(String id)
The ID of the HarvestJob.
|
CreateHarvestJobResponse.Builder |
originEndpointId(String originEndpointId)
The ID of the OriginEndpoint that the HarvestJob will harvest from.
|
default CreateHarvestJobResponse.Builder |
s3Destination(Consumer<S3Destination.Builder> s3Destination)
Sets the value of the S3Destination property for this object.
|
CreateHarvestJobResponse.Builder |
s3Destination(S3Destination s3Destination)
Sets the value of the S3Destination property for this object.
|
CreateHarvestJobResponse.Builder |
startTime(String startTime)
The start of the time-window which will be harvested.
|
CreateHarvestJobResponse.Builder |
status(Status status)
The current status of the HarvestJob.
|
CreateHarvestJobResponse.Builder |
status(String status)
The current status of the HarvestJob.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHarvestJobResponse.Builder arn(String arn)
arn - The Amazon Resource Name (ARN) assigned to the HarvestJob.CreateHarvestJobResponse.Builder channelId(String channelId)
channelId - The ID of the Channel that the HarvestJob will harvest from.CreateHarvestJobResponse.Builder createdAt(String createdAt)
createdAt - The time the HarvestJob was submittedCreateHarvestJobResponse.Builder endTime(String endTime)
endTime - The end of the time-window which will be harvested.CreateHarvestJobResponse.Builder id(String id)
id - The ID of the HarvestJob. The ID must be unique within the region and it cannot be changed after the
HarvestJob is submitted.CreateHarvestJobResponse.Builder originEndpointId(String originEndpointId)
originEndpointId - The ID of the OriginEndpoint that the HarvestJob will harvest from. This cannot be changed after the
HarvestJob is submitted.CreateHarvestJobResponse.Builder s3Destination(S3Destination s3Destination)
s3Destination - The new value for the S3Destination property for this object.default CreateHarvestJobResponse.Builder s3Destination(Consumer<S3Destination.Builder> s3Destination)
S3Destination.Builder avoiding the need to
create one manually via S3Destination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Destination(S3Destination).s3Destination - a consumer that will call methods on S3Destination.Builders3Destination(S3Destination)CreateHarvestJobResponse.Builder startTime(String startTime)
startTime - The start of the time-window which will be harvested.CreateHarvestJobResponse.Builder status(String status)
status - The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs
as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of
why the HarvestJob failed.Status,
StatusCreateHarvestJobResponse.Builder status(Status status)
status - The current status of the HarvestJob. Consider setting up a CloudWatch Event to listen for HarvestJobs
as they succeed or fail. In the event of failure, the CloudWatch Event will include an explanation of
why the HarvestJob failed.Status,
StatusCopyright © 2020. All rights reserved.