public static interface CreateHarvestJobRequest.Builder extends MediaPackageRequest.Builder, SdkPojo, CopyableBuilder<CreateHarvestJobRequest.Builder,CreateHarvestJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHarvestJobRequest.Builder endTime(String endTime)
endTime - The end of the time-window which will be harvestedCreateHarvestJobRequest.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 submittedCreateHarvestJobRequest.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.CreateHarvestJobRequest.Builder s3Destination(S3Destination s3Destination)
s3Destination - The new value for the S3Destination property for this object.default CreateHarvestJobRequest.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)CreateHarvestJobRequest.Builder startTime(String startTime)
startTime - The start of the time-window which will be harvestedCreateHarvestJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateHarvestJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.