public class StructuredData
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
StructuredData.Builder |
| Modifier | Constructor and Description |
|---|---|
protected |
StructuredData(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.StructuredData.BuilderImpl builder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,StructuredDataTerminal> |
attributes() |
static StructuredData.Builder |
builder() |
StructuredDataContent |
content() |
StructuredData.Builder |
toBuilder() |
protected StructuredData(software.amazon.cryptography.dbencryptionsdk.structuredencryption.model.StructuredData.BuilderImpl builder)
public StructuredDataContent content()
public java.util.Map<java.lang.String,StructuredDataTerminal> attributes()
public StructuredData.Builder toBuilder()
public static StructuredData.Builder builder()