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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DDBELTCatalogAdditionalOptions.BuilderdynamodbExport(String dynamodbExport)Specifies the DynamoDB export configuration for the ELT operation.DDBELTCatalogAdditionalOptions.BuilderdynamodbUnnestDDBJson(Boolean dynamodbUnnestDDBJson)Specifies whether to unnest DynamoDB JSON format.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
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 totrue, nested JSON structures in DynamoDB items are flattened.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-