Interface DDBELTCatalogAdditionalOptions.Builder

    • Method Detail

      • dynamodbExport

        DDBELTCatalogAdditionalOptions.Builder dynamodbExport​(String dynamodbExport)

        Specifies the DynamoDB export configuration for the ELT operation.

        Parameters:
        dynamodbExport - Specifies the DynamoDB export configuration for the ELT operation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dynamodbUnnestDDBJson

        DDBELTCatalogAdditionalOptions.Builder dynamodbUnnestDDBJson​(Boolean dynamodbUnnestDDBJson)

        Specifies whether to unnest DynamoDB JSON format. When set to true, nested JSON structures in DynamoDB items are flattened.

        Parameters:
        dynamodbUnnestDDBJson - Specifies whether to unnest DynamoDB JSON format. When set to true, nested JSON structures in DynamoDB items are flattened.
        Returns:
        Returns a reference to this object so that method calls can be chained together.