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