@Stability(value=Experimental) public static final class MetadataEntry.Builder extends Object implements software.amazon.jsii.Builder<MetadataEntry>
MetadataEntry| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
build()
Builds the configured instance.
|
MetadataEntry.Builder |
data(ContainerImageAssetMetadataEntry data)
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(FileAssetMetadataEntry data)
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(List<? extends Tag> data)
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(String data)
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
trace(List<String> trace)
Sets the value of
MetadataEntry.getTrace() |
MetadataEntry.Builder |
type(String type)
Sets the value of
MetadataEntry.getType() |
@Stability(value=Experimental) public MetadataEntry.Builder type(String type)
MetadataEntry.getType()type - The type of the metadata entry. This parameter is required.this@Stability(value=Experimental) public MetadataEntry.Builder data(String data)
MetadataEntry.getData()data - The data.this@Stability(value=Experimental) public MetadataEntry.Builder data(FileAssetMetadataEntry data)
MetadataEntry.getData()data - The data.this@Stability(value=Experimental) public MetadataEntry.Builder data(ContainerImageAssetMetadataEntry data)
MetadataEntry.getData()data - The data.this@Stability(value=Experimental) public MetadataEntry.Builder data(List<? extends Tag> data)
MetadataEntry.getData()data - The data.this@Stability(value=Experimental) public MetadataEntry.Builder trace(List<String> trace)
MetadataEntry.getTrace()trace - A stack trace for when the entry was created.this@Stability(value=Experimental) public MetadataEntry build()
build in interface software.amazon.jsii.Builder<MetadataEntry>MetadataEntryNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.