@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-06T05:27:45.851Z") @Stability(value=Stable) public interface MetadataEntry extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
MetadataEntry.Builder
A builder for
MetadataEntry |
static class |
MetadataEntry.Jsii$Proxy
An implementation for
MetadataEntry |
Modifier and Type | Method and Description |
---|---|
static MetadataEntry.Builder |
builder() |
Object |
getData()
The data.
|
default List<String> |
getTrace()
Stack trace.
|
String |
getType()
The metadata entry type.
|
@Stability(value=Stable) @NotNull Object getData()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default List<String> getTrace()
Can be omitted by setting the context key
ConstructMetadata.DISABLE_STACK_TRACE_IN_METADATA
to 1.
Default: - no trace information
@Stability(value=Stable) static MetadataEntry.Builder builder()
MetadataEntry.Builder
of MetadataEntry
Copyright © 2020. All rights reserved.