Class DDBELTConnectionOptions
- All Implemented Interfaces:
- Serializable,- SdkPojo,- ToCopyableBuilder<DDBELTConnectionOptions.Builder,- DDBELTConnectionOptions> 
Specifies connection options for DynamoDB ELT (Extract, Load, Transform) operations. This structure contains configuration parameters for connecting to and extracting data from DynamoDB tables using the ELT connector.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final DdbExportTypeSpecifies the export type for DynamoDB data extraction.final StringSpecifies the export type for DynamoDB data extraction.final StringThe name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process.final StringThe Amazon Web Services account ID of the owner of the S3 bucket specified inDynamodbS3Bucket.final StringThe S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process.final StringThe Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for accessing DynamoDB and S3 resources during the ELT operation.final StringThe Amazon Resource Name (ARN) of the DynamoDB table to extract data from.final BooleanA boolean value that specifies whether to unnest DynamoDB JSON format during data extraction.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends DDBELTConnectionOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
dynamodbExportSpecifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process. If the service returns an enum value that is not available in the current SDK version, dynamodbExportwill returnDdbExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdynamodbExportAsString().- Returns:
- Specifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process.
- See Also:
 
- 
dynamodbExportAsStringSpecifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process. If the service returns an enum value that is not available in the current SDK version, dynamodbExportwill returnDdbExportType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdynamodbExportAsString().- Returns:
- Specifies the export type for DynamoDB data extraction. This parameter determines how data is exported from the DynamoDB table during the ELT process.
- See Also:
 
- 
dynamodbUnnestDDBJsonA boolean value that specifies whether to unnest DynamoDB JSON format during data extraction. When set to true, the connector will flatten nested JSON structures from DynamoDB items. When set tofalse, the original DynamoDB JSON structure is preserved.- Returns:
- A boolean value that specifies whether to unnest DynamoDB JSON format during data extraction. When set to
         true, the connector will flatten nested JSON structures from DynamoDB items. When set tofalse, the original DynamoDB JSON structure is preserved.
 
- 
dynamodbTableArnThe Amazon Resource Name (ARN) of the DynamoDB table to extract data from. This parameter specifies the source table for the ELT operation. - Returns:
- The Amazon Resource Name (ARN) of the DynamoDB table to extract data from. This parameter specifies the source table for the ELT operation.
 
- 
dynamodbS3BucketThe name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process. This bucket is used to temporarily store exported DynamoDB data before it is processed by the ELT job. - Returns:
- The name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process. This bucket is used to temporarily store exported DynamoDB data before it is processed by the ELT job.
 
- 
dynamodbS3PrefixThe S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process. This prefix helps organize and identify the temporary files created during data extraction. - Returns:
- The S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process. This prefix helps organize and identify the temporary files created during data extraction.
 
- 
dynamodbS3BucketOwnerThe Amazon Web Services account ID of the owner of the S3 bucket specified in DynamodbS3Bucket. This parameter is required when the S3 bucket is owned by a different Amazon Web Services account than the one running the ELT job, enabling cross-account access to the intermediate storage bucket.- Returns:
- The Amazon Web Services account ID of the owner of the S3 bucket specified in
         DynamodbS3Bucket. This parameter is required when the S3 bucket is owned by a different Amazon Web Services account than the one running the ELT job, enabling cross-account access to the intermediate storage bucket.
 
- 
dynamodbStsRoleArnThe Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for accessing DynamoDB and S3 resources during the ELT operation. This role must have the necessary permissions to read from the DynamoDB table and write to the intermediate S3 bucket. - Returns:
- The Amazon Resource Name (ARN) of the Amazon Web Services Security Token Service (STS) role to assume for accessing DynamoDB and S3 resources during the ELT operation. This role must have the necessary permissions to read from the DynamoDB table and write to the intermediate S3 bucket.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DDBELTConnectionOptions.Builder,- DDBELTConnectionOptions> 
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCode
- 
equals
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForField
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-