Interface AssetListing.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetListing.Builder,AssetListing>,SdkBuilder<AssetListing.Builder,AssetListing>,SdkPojo
- Enclosing class:
- AssetListing
public static interface AssetListing.Builder extends SdkPojo, CopyableBuilder<AssetListing.Builder,AssetListing>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetListing.BuilderassetId(String assetId)The identifier of an asset published in an Amazon DataZone catalog.AssetListing.BuilderassetRevision(String assetRevision)The revision of an asset published in an Amazon DataZone catalog.AssetListing.BuilderassetType(String assetType)The type of an asset published in an Amazon DataZone catalog.AssetListing.BuildercreatedAt(Instant createdAt)The timestamp of when an asset published in an Amazon DataZone catalog was created.AssetListing.Builderforms(String forms)The metadata forms attached to an asset published in an Amazon DataZone catalog.AssetListing.BuilderglossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListing.BuilderglossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListing.BuilderglossaryTerms(DetailedGlossaryTerm... glossaryTerms)The glossary terms attached to an asset published in an Amazon DataZone catalog.AssetListing.BuilderlatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListing.BuilderlatestTimeSeriesDataPointForms(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListing.BuilderlatestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListing.BuilderowningProjectId(String owningProjectId)The identifier of the project where an asset published in an Amazon DataZone catalog exists.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
assetId
AssetListing.Builder assetId(String assetId)
The identifier of an asset published in an Amazon DataZone catalog.
- Parameters:
assetId- The identifier of an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetRevision
AssetListing.Builder assetRevision(String assetRevision)
The revision of an asset published in an Amazon DataZone catalog.
- Parameters:
assetRevision- The revision of an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetType
AssetListing.Builder assetType(String assetType)
The type of an asset published in an Amazon DataZone catalog.
- Parameters:
assetType- The type of an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
AssetListing.Builder createdAt(Instant createdAt)
The timestamp of when an asset published in an Amazon DataZone catalog was created.
- Parameters:
createdAt- The timestamp of when an asset published in an Amazon DataZone catalog was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forms
AssetListing.Builder forms(String forms)
The metadata forms attached to an asset published in an Amazon DataZone catalog.
- Parameters:
forms- The metadata forms attached to an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
AssetListing.Builder glossaryTerms(Collection<DetailedGlossaryTerm> glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
- Parameters:
glossaryTerms- The glossary terms attached to an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
AssetListing.Builder glossaryTerms(DetailedGlossaryTerm... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
- Parameters:
glossaryTerms- The glossary terms attached to an asset published in an Amazon DataZone catalog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
AssetListing.Builder glossaryTerms(Consumer<DetailedGlossaryTerm.Builder>... glossaryTerms)
The glossary terms attached to an asset published in an Amazon DataZone catalog.
This is a convenience method that creates an instance of theDetailedGlossaryTerm.Builderavoiding the need to create one manually viaDetailedGlossaryTerm.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#glossaryTerms(List.) - Parameters:
glossaryTerms- a consumer that will call methods onDetailedGlossaryTerm.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#glossaryTerms(java.util.Collection)
-
latestTimeSeriesDataPointForms
AssetListing.Builder latestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
- Parameters:
latestTimeSeriesDataPointForms- The latest time series data points forms included in the additional attributes of an asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestTimeSeriesDataPointForms
AssetListing.Builder latestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
- Parameters:
latestTimeSeriesDataPointForms- The latest time series data points forms included in the additional attributes of an asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestTimeSeriesDataPointForms
AssetListing.Builder latestTimeSeriesDataPointForms(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointForms)
The latest time series data points forms included in the additional attributes of an asset.
This is a convenience method that creates an instance of theTimeSeriesDataPointSummaryFormOutput.Builderavoiding the need to create one manually viaTimeSeriesDataPointSummaryFormOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#latestTimeSeriesDataPointForms(List.) - Parameters:
latestTimeSeriesDataPointForms- a consumer that will call methods onTimeSeriesDataPointSummaryFormOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#latestTimeSeriesDataPointForms(java.util.Collection)
-
owningProjectId
AssetListing.Builder owningProjectId(String owningProjectId)
The identifier of the project where an asset published in an Amazon DataZone catalog exists.
- Parameters:
owningProjectId- The identifier of the project where an asset published in an Amazon DataZone catalog exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-