@Generated(value="software.amazon.awssdk:codegen") public final class BatchImport extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchImport.Builder,BatchImport>
The batch import job details.
| Modifier and Type | Class and Description |
|---|---|
static interface |
BatchImport.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the batch import job.
|
static BatchImport.Builder |
builder() |
String |
completionTime()
Timestamp of when batch import job completed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
eventTypeName()
The name of the event type.
|
Integer |
failedRecordsCount()
The number of records that failed to import.
|
String |
failureReason()
The reason batch import job failed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
The ARN of the IAM role to use for this job request.
|
String |
inputPath()
The Amazon S3 location of your data file for batch import.
|
String |
jobId()
The ID of the batch import job.
|
String |
outputPath()
The Amazon S3 location of your output file.
|
Integer |
processedRecordsCount()
The number of records processed by batch import job.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchImport.Builder> |
serializableBuilderClass() |
String |
startTime()
Timestamp of when the batch import job started.
|
AsyncJobStatus |
status()
The status of the batch import job.
|
String |
statusAsString()
The status of the batch import job.
|
BatchImport.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
totalRecordsCount()
The total number of records in the batch import job.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String jobId()
The ID of the batch import job.
public final AsyncJobStatus status()
The status of the batch import job.
If the service returns an enum value that is not available in the current SDK version, status will
return AsyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AsyncJobStatuspublic final String statusAsString()
The status of the batch import job.
If the service returns an enum value that is not available in the current SDK version, status will
return AsyncJobStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
AsyncJobStatuspublic final String failureReason()
The reason batch import job failed.
public final String startTime()
Timestamp of when the batch import job started.
public final String completionTime()
Timestamp of when batch import job completed.
public final String inputPath()
The Amazon S3 location of your data file for batch import.
public final String outputPath()
The Amazon S3 location of your output file.
public final String eventTypeName()
The name of the event type.
public final String iamRoleArn()
The ARN of the IAM role to use for this job request.
public final String arn()
The ARN of the batch import job.
public final Integer processedRecordsCount()
The number of records processed by batch import job.
public final Integer failedRecordsCount()
The number of records that failed to import.
public final Integer totalRecordsCount()
The total number of records in the batch import job.
public BatchImport.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchImport.Builder,BatchImport>public static BatchImport.Builder builder()
public static Class<? extends BatchImport.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.