public class DynamoDBMapperFieldModel extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DynamoDBMapperFieldModel.DynamoDBAttributeType
The DynamoDB Attribute types.
|
Constructor and Description |
---|
DynamoDBMapperFieldModel(String dynamoDBAttributeName,
DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType,
ArgumentMarshaller argumentMarshaller)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDynamoDBAttributeName()
Returns the name of the DynamoDB attribute this mapped field will be
stored as.
|
DynamoDBMapperFieldModel.DynamoDBAttributeType |
getDynamoDBAttributeType()
Returns the type of the DynamoDB attribute this mapped field will be
stored as.
|
public DynamoDBMapperFieldModel(String dynamoDBAttributeName, DynamoDBMapperFieldModel.DynamoDBAttributeType dynamoDBAttributeType, ArgumentMarshaller argumentMarshaller)
dynamoDBAttributeName
- the attribute name.dynamoDBAttributeType
- the attribute type.argumentMarshaller
- the argument marshaller.public String getDynamoDBAttributeName()
public DynamoDBMapperFieldModel.DynamoDBAttributeType getDynamoDBAttributeType()
DynamoDBMapperFieldModel.DynamoDBAttributeType
Copyright © 2019. All rights reserved.