public static interface CreateBatchPredictionJobRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateBatchPredictionJobRequest.Builder,CreateBatchPredictionJobRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBatchPredictionJobRequest.Builder jobId(String jobId)
The ID of the batch prediction job.
jobId - The ID of the batch prediction job.CreateBatchPredictionJobRequest.Builder inputPath(String inputPath)
The Amazon S3 location of your training file.
inputPath - The Amazon S3 location of your training file.CreateBatchPredictionJobRequest.Builder outputPath(String outputPath)
The Amazon S3 location of your output file.
outputPath - The Amazon S3 location of your output file.CreateBatchPredictionJobRequest.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.CreateBatchPredictionJobRequest.Builder detectorName(String detectorName)
The name of the detector.
detectorName - The name of the detector.CreateBatchPredictionJobRequest.Builder detectorVersion(String detectorVersion)
The detector version.
detectorVersion - The detector version.CreateBatchPredictionJobRequest.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
iamRoleArn - The ARN of the IAM role to use for this job request.CreateBatchPredictionJobRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateBatchPredictionJobRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.CreateBatchPredictionJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateBatchPredictionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBatchPredictionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.