| Package | Description |
|---|---|
| com.amazonaws.services.frauddetector.model |
| Modifier and Type | Method and Description |
|---|---|
BatchImport |
BatchImport.clone() |
BatchImport |
BatchImport.withArn(String arn)
The ARN of the batch import job.
|
BatchImport |
BatchImport.withCompletionTime(String completionTime)
Timestamp of when batch import job completed.
|
BatchImport |
BatchImport.withEventTypeName(String eventTypeName)
The name of the event type.
|
BatchImport |
BatchImport.withFailedRecordsCount(Integer failedRecordsCount)
The number of records that failed to import.
|
BatchImport |
BatchImport.withFailureReason(String failureReason)
The reason batch import job failed.
|
BatchImport |
BatchImport.withIamRoleArn(String iamRoleArn)
The ARN of the IAM role to use for this job request.
|
BatchImport |
BatchImport.withInputPath(String inputPath)
The Amazon S3 location of your data file for batch import.
|
BatchImport |
BatchImport.withJobId(String jobId)
The ID of the batch import job.
|
BatchImport |
BatchImport.withOutputPath(String outputPath)
The Amazon S3 location of your output file.
|
BatchImport |
BatchImport.withProcessedRecordsCount(Integer processedRecordsCount)
The number of records processed by batch import job.
|
BatchImport |
BatchImport.withStartTime(String startTime)
Timestamp of when the batch import job started.
|
BatchImport |
BatchImport.withStatus(AsyncJobStatus status)
The status of the batch import job.
|
BatchImport |
BatchImport.withStatus(String status)
The status of the batch import job.
|
BatchImport |
BatchImport.withTotalRecordsCount(Integer totalRecordsCount)
The total number of records in the batch import job.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchImport> |
GetBatchImportJobsResult.getBatchImports()
An array containing the details of each batch import job.
|
| Modifier and Type | Method and Description |
|---|---|
GetBatchImportJobsResult |
GetBatchImportJobsResult.withBatchImports(BatchImport... batchImports)
An array containing the details of each batch import job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBatchImportJobsResult.setBatchImports(Collection<BatchImport> batchImports)
An array containing the details of each batch import job.
|
GetBatchImportJobsResult |
GetBatchImportJobsResult.withBatchImports(Collection<BatchImport> batchImports)
An array containing the details of each batch import job.
|
Copyright © 2024. All rights reserved.