@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.863Z") @Stability(value=Stable) public interface MetadataEntry extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
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
A builder for
MetadataEntry |
static class |
MetadataEntry.Jsii$Proxy
An implementation for
MetadataEntry |
| Modifier and Type | Method and Description |
|---|---|
static MetadataEntry.Builder |
builder() |
default Object |
getData()
The data.
|
default List<String> |
getTrace()
A stack trace for when the entry was created.
|
String |
getType()
The type of the metadata entry.
|
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getData()
Default: - no data.
@Stability(value=Stable) @Nullable default List<String> getTrace()
Default: - no trace.
@Stability(value=Stable) static MetadataEntry.Builder builder()
MetadataEntry.Builder of MetadataEntryCopyright © 2022. All rights reserved.