public class EncryptedDataKeyDescription
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
EncryptedDataKeyDescription.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
EncryptedDataKeyDescription(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.EncryptedDataKeyDescription.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
branchKeyId() |
java.lang.String |
branchKeyVersion() |
static EncryptedDataKeyDescription.Builder |
builder() |
java.lang.String |
keyProviderId() |
java.lang.String |
keyProviderInfo() |
EncryptedDataKeyDescription.Builder |
toBuilder() |
protected EncryptedDataKeyDescription(software.amazon.cryptography.dbencryptionsdk.dynamodb.model.EncryptedDataKeyDescription.BuilderImpl builder)
public java.lang.String keyProviderId()
public java.lang.String keyProviderInfo()
public java.lang.String branchKeyId()
public java.lang.String branchKeyVersion()
public EncryptedDataKeyDescription.Builder toBuilder()
public static EncryptedDataKeyDescription.Builder builder()