@Generated(value="software.amazon.awssdk:codegen") public final class TableDataImportJobMetadata extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>
The metadata associated with the table data import job that was submitted.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableDataImportJobMetadata.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableDataImportJobMetadata.Builder |
builder() |
ImportDataSource |
dataSource()
The source of the data that was submitted for import.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
ImportOptions |
importOptions()
The options that was specified at the time of submitting the import request.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableDataImportJobMetadata.Builder> |
serializableBuilderClass() |
ImportJobSubmitter |
submitter()
Details about the submitter of the import request.
|
Instant |
submitTime()
The timestamp when the job was submitted for import.
|
TableDataImportJobMetadata.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic ImportJobSubmitter submitter()
Details about the submitter of the import request.
public Instant submitTime()
The timestamp when the job was submitted for import.
public ImportOptions importOptions()
The options that was specified at the time of submitting the import request.
public ImportDataSource dataSource()
The source of the data that was submitted for import.
public TableDataImportJobMetadata.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableDataImportJobMetadata.Builder,TableDataImportJobMetadata>public static TableDataImportJobMetadata.Builder builder()
public static Class<? extends TableDataImportJobMetadata.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.