public static final class EncryptionContext.Builder extends Object
EncryptionContext. Mutable objects (other than developerContext
) will undergo a defensive copy prior to being stored in the builder.
This class is not thread-safe.
| Constructor and Description |
|---|
Builder()
Defaults all fields to
null. |
Builder(EncryptionContext context)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptionContext |
build() |
Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> |
getAttributeValues() |
Object |
getDeveloperContext() |
String |
getHashKeyName() |
Map<String,String> |
getMaterialDescription() |
Class<?> |
getModeledClass() |
String |
getRangeKeyName() |
String |
getTableName() |
EncryptionContext.Builder |
withAttributeValues(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributeValues) |
EncryptionContext.Builder |
withDeveloperContext(Object developerContext) |
EncryptionContext.Builder |
withHashKeyName(String hashKeyName) |
EncryptionContext.Builder |
withMaterialDescription(Map<String,String> materialDescription) |
EncryptionContext.Builder |
withModeledClass(Class<?> modeledClass) |
EncryptionContext.Builder |
withRangeKeyName(String rangeKeyName) |
EncryptionContext.Builder |
withTableName(String tableName) |
public Builder()
null.public Builder(EncryptionContext context)
DeveloperContext.public EncryptionContext build()
public EncryptionContext.Builder withTableName(String tableName)
public EncryptionContext.Builder withAttributeValues(Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> attributeValues)
public EncryptionContext.Builder withModeledClass(Class<?> modeledClass)
public EncryptionContext.Builder withDeveloperContext(Object developerContext)
public EncryptionContext.Builder withHashKeyName(String hashKeyName)
public EncryptionContext.Builder withRangeKeyName(String rangeKeyName)
public EncryptionContext.Builder withMaterialDescription(Map<String,String> materialDescription)
public String getTableName()
public Map<String,com.amazonaws.services.dynamodbv2.model.AttributeValue> getAttributeValues()
public Class<?> getModeledClass()
public Object getDeveloperContext()
public String getHashKeyName()
public String getRangeKeyName()
Copyright © 2021. All rights reserved.