@Stability(value=Deprecated) @Deprecated public static final class MetadataEntry.Builder extends Object implements software.amazon.jsii.Builder<MetadataEntry>
MetadataEntry| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
build()
Deprecated.
|
MetadataEntry.Builder |
data(ContainerImageAssetMetadataEntry data)
Deprecated.
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(FileAssetMetadataEntry data)
Deprecated.
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(List<? extends Tag> data)
Deprecated.
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
data(String data)
Deprecated.
Sets the value of
MetadataEntry.getData() |
MetadataEntry.Builder |
trace(List<String> trace)
Deprecated.
Sets the value of
MetadataEntry.getTrace() |
MetadataEntry.Builder |
type(String type)
Deprecated.
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=Deprecated) @Deprecated public MetadataEntry build()
build in interface software.amazon.jsii.Builder<MetadataEntry>MetadataEntryNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.