Package software.amazon.awscdk.cxapi
Class MetadataEntryResult.Builder
java.lang.Object
software.amazon.awscdk.cxapi.MetadataEntryResult.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<MetadataEntryResult>
- Enclosing interface:
MetadataEntryResult
@Stability(Deprecated)
@Deprecated
public static final class MetadataEntryResult.Builder
extends Object
implements software.amazon.jsii.Builder<MetadataEntryResult>
Deprecated.
A builder for
MetadataEntryResult-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Deprecated.Deprecated.Sets the value ofMetadataEntry.getData()Deprecated.Sets the value ofMetadataEntry.getData()Deprecated.Sets the value ofMetadataEntry.getData()Deprecated.Sets the value ofMetadataEntry.getData()Deprecated.Sets the value ofMetadataEntry.getData()data(FileAssetMetadataEntry data) Deprecated.Sets the value ofMetadataEntry.getData()Deprecated.Deprecated.Sets the value ofMetadataEntry.getTrace()Deprecated.Sets the value ofMetadataEntry.getType()
-
Constructor Details
-
Builder
public Builder()Deprecated.
-
-
Method Details
-
path
Deprecated.Sets the value ofMetadataEntryResult.getPath()- Parameters:
path- The path in which this entry was defined. This parameter is required.- Returns:
this
-
type
Deprecated.Sets the value ofMetadataEntry.getType()- Parameters:
type- The type of the metadata entry. This parameter is required.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
data
Deprecated.Sets the value ofMetadataEntry.getData()- Parameters:
data- The data.- Returns:
this
-
trace
Deprecated.Sets the value ofMetadataEntry.getTrace()- Parameters:
trace- A stack trace for when the entry was created.- Returns:
this
-
build
Deprecated.Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<MetadataEntryResult>- Returns:
- a new instance of
MetadataEntryResult - Throws:
NullPointerException- if any required attribute was not provided
-