Interface DDBELTCatalogAdditionalOptions.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DDBELTCatalogAdditionalOptions.Builder,,DDBELTCatalogAdditionalOptions> SdkBuilder<DDBELTCatalogAdditionalOptions.Builder,,DDBELTCatalogAdditionalOptions> SdkPojo
- Enclosing class:
DDBELTCatalogAdditionalOptions
@Mutable
@NotThreadSafe
public static interface DDBELTCatalogAdditionalOptions.Builder
extends SdkPojo, CopyableBuilder<DDBELTCatalogAdditionalOptions.Builder,DDBELTCatalogAdditionalOptions>
-
Method Summary
Modifier and TypeMethodDescriptiondynamodbExport(String dynamodbExport) Specifies the DynamoDB export configuration for the ELT operation.dynamodbUnnestDDBJson(Boolean dynamodbUnnestDDBJson) Specifies whether to unnest DynamoDB JSON format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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 totrue, nested JSON structures in DynamoDB items are flattened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-