Class DDBELTConnectionOptions
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DDBELTConnectionOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DDBELTConnectionOptions.Builder,DDBELTConnectionOptions>
@Generated("software.amazon.awssdk:codegen") public final class DDBELTConnectionOptions extends Object implements SdkPojo, Serializable, 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDDBELTConnectionOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DDBELTConnectionOptions.Builderbuilder()DdbExportTypedynamodbExport()Specifies the export type for DynamoDB data extraction.StringdynamodbExportAsString()Specifies the export type for DynamoDB data extraction.StringdynamodbS3Bucket()The name of the Amazon S3 bucket used for intermediate storage during the DynamoDB ELT process.StringdynamodbS3BucketOwner()The Amazon Web Services account ID of the owner of the S3 bucket specified inDynamodbS3Bucket.StringdynamodbS3Prefix()The S3 object key prefix for files stored in the intermediate S3 bucket during the DynamoDB ELT process.StringdynamodbStsRoleArn()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.StringdynamodbTableArn()The Amazon Resource Name (ARN) of the DynamoDB table to extract data from.BooleandynamodbUnnestDDBJson()A boolean value that specifies whether to unnest DynamoDB JSON format during data extraction.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DDBELTConnectionOptions.Builder>serializableBuilderClass()DDBELTConnectionOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dynamodbExport
public final DdbExportType dynamodbExport()
Specifies 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:
DdbExportType
-
dynamodbExportAsString
public final String dynamodbExportAsString()
Specifies 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:
DdbExportType
-
dynamodbUnnestDDBJson
public final Boolean dynamodbUnnestDDBJson()
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.- 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.
-
dynamodbTableArn
public final String dynamodbTableArn()
The 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.
-
dynamodbS3Bucket
public final String dynamodbS3Bucket()
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.
- 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.
-
dynamodbS3Prefix
public final String dynamodbS3Prefix()
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.
- 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.
-
dynamodbS3BucketOwner
public final String dynamodbS3BucketOwner()
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.- 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.
-
dynamodbStsRoleArn
public final String dynamodbStsRoleArn()
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.
- 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.
-
toBuilder
public DDBELTConnectionOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DDBELTConnectionOptions.Builder,DDBELTConnectionOptions>
-
builder
public static DDBELTConnectionOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends DDBELTConnectionOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-