@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.956Z") @Stability(value=Deprecated) @Deprecated public interface MetadataEntry extends software.amazon.jsii.JsiiSerializable, MetadataEntry
This is necessary because its used as an input in the stable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cxapi.*;
MetadataEntry metadataEntry = MetadataEntry.builder()
.type("type")
// the properties below are optional
.data("data")
.trace(List.of("trace"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetadataEntry.Builder
Deprecated.
|
static class |
MetadataEntry.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static MetadataEntry.Builder |
builder()
Deprecated.
|
getData, getTrace, getType@Stability(value=Deprecated) @Deprecated static MetadataEntry.Builder builder()
builder in interface MetadataEntryMetadataEntry.Builder of MetadataEntryCopyright © 2022. All rights reserved.