| Package | Description |
|---|---|
| software.amazon.awssdk.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
BatchImport.Builder |
BatchImport.Builder.arn(String arn)
The ARN of the batch import job.
|
static BatchImport.Builder |
BatchImport.builder() |
BatchImport.Builder |
BatchImport.Builder.completionTime(String completionTime)
Timestamp of when batch import job completed.
|
BatchImport.Builder |
BatchImport.Builder.eventTypeName(String eventTypeName)
The name of the event type.
|
BatchImport.Builder |
BatchImport.Builder.failedRecordsCount(Integer failedRecordsCount)
The number of records that failed to import.
|
BatchImport.Builder |
BatchImport.Builder.failureReason(String failureReason)
The reason batch import job failed.
|
BatchImport.Builder |
BatchImport.Builder.iamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
BatchImport.Builder |
BatchImport.Builder.inputPath(String inputPath)
The Amazon S3 location of your data file for batch import.
|
BatchImport.Builder |
BatchImport.Builder.jobId(String jobId)
The ID of the batch import job.
|
BatchImport.Builder |
BatchImport.Builder.outputPath(String outputPath)
The Amazon S3 location of your output file.
|
BatchImport.Builder |
BatchImport.Builder.processedRecordsCount(Integer processedRecordsCount)
The number of records processed by batch import job.
|
BatchImport.Builder |
BatchImport.Builder.startTime(String startTime)
Timestamp of when the batch import job started.
|
BatchImport.Builder |
BatchImport.Builder.status(AsyncJobStatus status)
The status of the batch import job.
|
BatchImport.Builder |
BatchImport.Builder.status(String status)
The status of the batch import job.
|
BatchImport.Builder |
BatchImport.toBuilder() |
BatchImport.Builder |
BatchImport.Builder.totalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch import job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchImport.Builder> |
BatchImport.serializableBuilderClass() |
Copyright © 2022. All rights reserved.