@Generated(value="software.amazon.awssdk:codegen") public final class ImportTableRequest extends DynamoDbRequest implements ToCopyableBuilder<ImportTableRequest.Builder,ImportTableRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ImportTableRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ImportTableRequest.Builder |
builder() |
String |
clientToken()
Providing a
ClientToken makes the call to ImportTableInput idempotent, meaning that
multiple identical calls have the same effect as one single call. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
InputCompressionType |
inputCompressionType()
Type of compression to be used on the input coming from the imported table.
|
String |
inputCompressionTypeAsString()
Type of compression to be used on the input coming from the imported table.
|
InputFormat |
inputFormat()
The format of the source data.
|
String |
inputFormatAsString()
The format of the source data.
|
InputFormatOptions |
inputFormatOptions()
Additional properties that specify how the input is formatted,
|
S3BucketSource |
s3BucketSource()
The S3 bucket that provides the source for the import.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ImportTableRequest.Builder> |
serializableBuilderClass() |
TableCreationParameters |
tableCreationParameters()
Parameters for the table to import the data into.
|
ImportTableRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String clientToken()
Providing a ClientToken makes the call to ImportTableInput idempotent, meaning that
multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour idempotency
window, DynamoDB returns an IdempotentParameterMismatch exception.
ClientToken makes the call to ImportTableInput idempotent, meaning
that multiple identical calls have the same effect as one single call.
A client token is valid for 8 hours after the first request that uses it is completed. After 8 hours, any request with the same client token is treated as a new request. Do not resubmit the same request with the same client token for more than 8 hours, or the result might not be idempotent.
If you submit a request with the same client token but a change in other parameters within the 8-hour
idempotency window, DynamoDB returns an IdempotentParameterMismatch exception.
public final S3BucketSource s3BucketSource()
The S3 bucket that provides the source for the import.
public final InputFormat inputFormat()
The format of the source data. Valid values for ImportFormat are CSV,
DYNAMODB_JSON or ION.
If the service returns an enum value that is not available in the current SDK version, inputFormat will
return InputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFormatAsString().
ImportFormat are CSV,
DYNAMODB_JSON or ION.InputFormatpublic final String inputFormatAsString()
The format of the source data. Valid values for ImportFormat are CSV,
DYNAMODB_JSON or ION.
If the service returns an enum value that is not available in the current SDK version, inputFormat will
return InputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
inputFormatAsString().
ImportFormat are CSV,
DYNAMODB_JSON or ION.InputFormatpublic final InputFormatOptions inputFormatOptions()
Additional properties that specify how the input is formatted,
public final InputCompressionType inputCompressionType()
Type of compression to be used on the input coming from the imported table.
If the service returns an enum value that is not available in the current SDK version,
inputCompressionType will return InputCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from inputCompressionTypeAsString().
InputCompressionTypepublic final String inputCompressionTypeAsString()
Type of compression to be used on the input coming from the imported table.
If the service returns an enum value that is not available in the current SDK version,
inputCompressionType will return InputCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from inputCompressionTypeAsString().
InputCompressionTypepublic final TableCreationParameters tableCreationParameters()
Parameters for the table to import the data into.
public ImportTableRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ImportTableRequest.Builder,ImportTableRequest>toBuilder in class DynamoDbRequestpublic static ImportTableRequest.Builder builder()
public static Class<? extends ImportTableRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.