Class ImportTableRequest

    • Method Detail

      • clientToken

        public 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.

        Returns:
        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.

      • s3BucketSource

        public final S3BucketSource s3BucketSource()

        The S3 bucket that provides the source for the import.

        Returns:
        The S3 bucket that provides the source for the import.
      • inputFormat

        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().

        Returns:
        The format of the source data. Valid values for ImportFormat are CSV, DYNAMODB_JSON or ION.
        See Also:
        InputFormat
      • inputFormatAsString

        public 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().

        Returns:
        The format of the source data. Valid values for ImportFormat are CSV, DYNAMODB_JSON or ION.
        See Also:
        InputFormat
      • inputFormatOptions

        public final InputFormatOptions inputFormatOptions()

        Additional properties that specify how the input is formatted,

        Returns:
        Additional properties that specify how the input is formatted,
      • tableCreationParameters

        public final TableCreationParameters tableCreationParameters()

        Parameters for the table to import the data into.

        Returns:
        Parameters for the table to import the data into.
      • toString

        public final String 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.
        Overrides:
        toString in class Object