Interface AssetListingItemAdditionalAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetListingItemAdditionalAttributes.Builder,,AssetListingItemAdditionalAttributes> SdkBuilder<AssetListingItemAdditionalAttributes.Builder,,AssetListingItemAdditionalAttributes> SdkPojo
- Enclosing class:
AssetListingItemAdditionalAttributes
-
Method Summary
Modifier and TypeMethodDescriptionThe metadata forms that form additional attributes of the metadata asset.latestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms) The latest time series data points forms included in the additional attributes of an asset.latestTimeSeriesDataPointForms(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointForms) The latest time series data points forms included in the additional attributes of an asset.latestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms) The latest time series data points forms included in the additional attributes of an asset.matchRationale(Collection<MatchRationaleItem> matchRationale) List of rationales indicating why this item was matched by search.matchRationale(Consumer<MatchRationaleItem.Builder>... matchRationale) List of rationales indicating why this item was matched by search.matchRationale(MatchRationaleItem... matchRationale) List of rationales indicating why this item was matched by search.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
forms
The metadata forms that form additional attributes of the metadata asset.
- Parameters:
forms- The metadata forms that form additional attributes of the metadata asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestTimeSeriesDataPointForms
AssetListingItemAdditionalAttributes.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
AssetListingItemAdditionalAttributes.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
AssetListingItemAdditionalAttributes.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 tolatestTimeSeriesDataPointForms(List<TimeSeriesDataPointSummaryFormOutput>).- 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:
-
matchRationale
AssetListingItemAdditionalAttributes.Builder matchRationale(Collection<MatchRationaleItem> matchRationale) List of rationales indicating why this item was matched by search.
- Parameters:
matchRationale- List of rationales indicating why this item was matched by search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchRationale
List of rationales indicating why this item was matched by search.
- Parameters:
matchRationale- List of rationales indicating why this item was matched by search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchRationale
AssetListingItemAdditionalAttributes.Builder matchRationale(Consumer<MatchRationaleItem.Builder>... matchRationale) List of rationales indicating why this item was matched by search.
This is a convenience method that creates an instance of theMatchRationaleItem.Builderavoiding the need to create one manually viaMatchRationaleItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomatchRationale(List<MatchRationaleItem>).- Parameters:
matchRationale- a consumer that will call methods onMatchRationaleItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-