Class ImportTableRequest
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ImportTableRequest.Builder,ImportTableRequest>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ImportTableRequest.Builderbuilder()final StringProviding aClientTokenmakes the call toImportTableInputidempotent, meaning that multiple identical calls have the same effect as one single call.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InputCompressionTypeType of compression to be used on the input coming from the imported table.final StringType of compression to be used on the input coming from the imported table.final InputFormatThe format of the source data.final StringThe format of the source data.final InputFormatOptionsAdditional properties that specify how the input is formatted,final S3BucketSourceThe S3 bucket that provides the source for the import.static Class<? extends ImportTableRequest.Builder>final TableCreationParametersParameters for the table to import the data into.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfigurationMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
clientToken
Providing a
ClientTokenmakes the call toImportTableInputidempotent, 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
IdempotentParameterMismatchexception.- Returns:
- Providing a
ClientTokenmakes the call toImportTableInputidempotent, 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
IdempotentParameterMismatchexception.
-
s3BucketSource
The S3 bucket that provides the source for the import.
- Returns:
- The S3 bucket that provides the source for the import.
-
inputFormat
The format of the source data. Valid values for
ImportFormatareCSV,DYNAMODB_JSONorION.If the service returns an enum value that is not available in the current SDK version,
inputFormatwill returnInputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputFormatAsString().- Returns:
- The format of the source data. Valid values for
ImportFormatareCSV,DYNAMODB_JSONorION. - See Also:
-
inputFormatAsString
The format of the source data. Valid values for
ImportFormatareCSV,DYNAMODB_JSONorION.If the service returns an enum value that is not available in the current SDK version,
inputFormatwill returnInputFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputFormatAsString().- Returns:
- The format of the source data. Valid values for
ImportFormatareCSV,DYNAMODB_JSONorION. - See Also:
-
inputFormatOptions
Additional properties that specify how the input is formatted,
- Returns:
- Additional properties that specify how the input is formatted,
-
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,
inputCompressionTypewill returnInputCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputCompressionTypeAsString().- Returns:
- Type of compression to be used on the input coming from the imported table.
- See Also:
-
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,
inputCompressionTypewill returnInputCompressionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frominputCompressionTypeAsString().- Returns:
- Type of compression to be used on the input coming from the imported table.
- See Also:
-
tableCreationParameters
Parameters for the table to import the data into.
- Returns:
- Parameters for the table to import the data into.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<ImportTableRequest.Builder,ImportTableRequest> - Specified by:
toBuilderin classDynamoDbRequest
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode()- Overrides:
hashCodein classAwsRequest
-
equals
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-