public static interface CreateMultiKeyringInput.Builder
| Modifier and Type | Method and Description |
|---|---|
CreateMultiKeyringInput |
build() |
java.util.List<IKeyring> |
childKeyrings() |
CreateMultiKeyringInput.Builder |
childKeyrings(java.util.List<IKeyring> childKeyrings) |
IKeyring |
generator() |
CreateMultiKeyringInput.Builder |
generator(IKeyring generator) |
CreateMultiKeyringInput.Builder generator(IKeyring generator)
generator - A keyring responsible for wrapping and unwrapping the data key. This is the first keyring that will be used to wrap the data key, and may be responsible for additionally generating the data key.IKeyring generator()
CreateMultiKeyringInput.Builder childKeyrings(java.util.List<IKeyring> childKeyrings)
childKeyrings - A list of keyrings (other than the generator) responsible for wrapping and unwrapping the data key.java.util.List<IKeyring> childKeyrings()
CreateMultiKeyringInput build()