Interface AssetListingItemAdditionalAttributes.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetListingItemAdditionalAttributes.Builder,AssetListingItemAdditionalAttributes>,SdkBuilder<AssetListingItemAdditionalAttributes.Builder,AssetListingItemAdditionalAttributes>,SdkPojo
- Enclosing class:
- AssetListingItemAdditionalAttributes
public static interface AssetListingItemAdditionalAttributes.Builder extends SdkPojo, CopyableBuilder<AssetListingItemAdditionalAttributes.Builder,AssetListingItemAdditionalAttributes>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetListingItemAdditionalAttributes.Builderforms(String forms)The metadata forms that form additional attributes of the metadata asset.AssetListingItemAdditionalAttributes.BuilderlatestTimeSeriesDataPointForms(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListingItemAdditionalAttributes.BuilderlatestTimeSeriesDataPointForms(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.AssetListingItemAdditionalAttributes.BuilderlatestTimeSeriesDataPointForms(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointForms)The latest time series data points forms included in the additional attributes of an asset.-
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
-
forms
AssetListingItemAdditionalAttributes.Builder forms(String 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 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)
-
-