public static interface CreateDynamoDbEncryptionBranchKeyIdSupplierInput.Builder
| Modifier and Type | Method and Description |
|---|---|
CreateDynamoDbEncryptionBranchKeyIdSupplierInput |
build() |
IDynamoDbKeyBranchKeyIdSupplier |
ddbKeyBranchKeyIdSupplier() |
CreateDynamoDbEncryptionBranchKeyIdSupplierInput.Builder |
ddbKeyBranchKeyIdSupplier(IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier) |
CreateDynamoDbEncryptionBranchKeyIdSupplierInput.Builder ddbKeyBranchKeyIdSupplier(IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier)
ddbKeyBranchKeyIdSupplier - An implementation of the DynamoDbKeyBranchKeyIdSupplier interface, which determines what Branch Key to use for data key wrapping/unwrapping based on the DynamoDB item being written/read.IDynamoDbKeyBranchKeyIdSupplier ddbKeyBranchKeyIdSupplier()
CreateDynamoDbEncryptionBranchKeyIdSupplierInput build()