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.
The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.
iamRoleArn - The ARN of the IAM role to use for this job request.
The IAM Role must have read permissions to your input S3 bucket and write permissions to your output S3 bucket. For more information about bucket permissions, see User policy examples in the Amazon S3 User Guide.
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 method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateBatchPredictionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBatchPredictionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.