public static interface CreateKeyInput.Builder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyIdentifier() |
CreateKeyInput.Builder |
branchKeyIdentifier(java.lang.String branchKeyIdentifier) |
CreateKeyInput |
build() |
java.util.Map<java.lang.String,java.lang.String> |
encryptionContext() |
CreateKeyInput.Builder |
encryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext) |
CreateKeyInput.Builder branchKeyIdentifier(java.lang.String branchKeyIdentifier)
branchKeyIdentifier - The identifier for the created Branch Key.java.lang.String branchKeyIdentifier()
CreateKeyInput.Builder encryptionContext(java.util.Map<java.lang.String,java.lang.String> encryptionContext)
encryptionContext - Custom encryption context for the Branch Key.java.util.Map<java.lang.String,java.lang.String> encryptionContext()
CreateKeyInput build()