public class CreateKeyInput
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateKeyInput.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
CreateKeyInput(software.amazon.cryptography.keystore.model.CreateKeyInput.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyIdentifier() |
static CreateKeyInput.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.String> |
encryptionContext() |
CreateKeyInput.Builder |
toBuilder() |
protected CreateKeyInput(software.amazon.cryptography.keystore.model.CreateKeyInput.BuilderImpl builder)
public java.lang.String branchKeyIdentifier()
public java.util.Map<java.lang.String,java.lang.String> encryptionContext()
public CreateKeyInput.Builder toBuilder()
public static CreateKeyInput.Builder builder()