public static interface CreateBatchImportJobRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<CreateBatchImportJobRequest.Builder,CreateBatchImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateBatchImportJobRequest.Builder |
eventTypeName(String eventTypeName)
The name of the event type.
|
CreateBatchImportJobRequest.Builder |
iamRoleArn(String iamRoleArn)
The ARN of the IAM role created for Amazon S3 bucket that holds your data file.
|
CreateBatchImportJobRequest.Builder |
inputPath(String inputPath)
The URI that points to the Amazon S3 location of your data file.
|
CreateBatchImportJobRequest.Builder |
jobId(String jobId)
The ID of the batch import job.
|
CreateBatchImportJobRequest.Builder |
outputPath(String outputPath)
The URI that points to the Amazon S3 location for storing your results.
|
CreateBatchImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateBatchImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateBatchImportJobRequest.Builder |
tags(Collection<Tag> tags)
A collection of key-value pairs associated with this request.
|
CreateBatchImportJobRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A collection of key-value pairs associated with this request.
|
CreateBatchImportJobRequest.Builder |
tags(Tag... tags)
A collection of key-value pairs associated with this request.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateBatchImportJobRequest.Builder jobId(String jobId)
The ID of the batch import job. The ID cannot be of a past job, unless the job exists in
CREATE_FAILED state.
jobId - The ID of the batch import job. The ID cannot be of a past job, unless the job exists in
CREATE_FAILED state.CreateBatchImportJobRequest.Builder inputPath(String inputPath)
The URI that points to the Amazon S3 location of your data file.
inputPath - The URI that points to the Amazon S3 location of your data file.CreateBatchImportJobRequest.Builder outputPath(String outputPath)
The URI that points to the Amazon S3 location for storing your results.
outputPath - The URI that points to the Amazon S3 location for storing your results.CreateBatchImportJobRequest.Builder eventTypeName(String eventTypeName)
The name of the event type.
eventTypeName - The name of the event type.CreateBatchImportJobRequest.Builder iamRoleArn(String iamRoleArn)
The ARN of the IAM role created for Amazon S3 bucket that holds your data file.
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 created for Amazon S3 bucket that holds your data file.
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.
CreateBatchImportJobRequest.Builder tags(Collection<Tag> tags)
A collection of key-value pairs associated with this request.
tags - A collection of key-value pairs associated with this request.CreateBatchImportJobRequest.Builder tags(Tag... tags)
A collection of key-value pairs associated with this request.
tags - A collection of key-value pairs associated with this request.CreateBatchImportJobRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key-value pairs associated with this request.
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) CreateBatchImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateBatchImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.