Interface AssetItemAdditionalAttributes.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AssetItemAdditionalAttributes.Builder,
,AssetItemAdditionalAttributes> SdkBuilder<AssetItemAdditionalAttributes.Builder,
,AssetItemAdditionalAttributes> SdkPojo
- Enclosing class:
AssetItemAdditionalAttributes
-
Method Summary
Modifier and TypeMethodDescriptionformsOutput
(Collection<FormOutput> formsOutput) The forms included in the additional attributes of an inventory asset.formsOutput
(Consumer<FormOutput.Builder>... formsOutput) The forms included in the additional attributes of an inventory asset.formsOutput
(FormOutput... formsOutput) The forms included in the additional attributes of an inventory asset.latestTimeSeriesDataPointFormsOutput
(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput) The latest time series data points forms included in the additional attributes of an asset.latestTimeSeriesDataPointFormsOutput
(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointFormsOutput) The latest time series data points forms included in the additional attributes of an asset.latestTimeSeriesDataPointFormsOutput
(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput) 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.readOnlyFormsOutput
(Collection<FormOutput> readOnlyFormsOutput) The read-only forms included in the additional attributes of an inventory asset.readOnlyFormsOutput
(Consumer<FormOutput.Builder>... readOnlyFormsOutput) The read-only forms included in the additional attributes of an inventory asset.readOnlyFormsOutput
(FormOutput... readOnlyFormsOutput) The read-only forms included in the additional attributes of an inventory 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, sdkFieldNameToField, sdkFields
-
Method Details
-
formsOutput
The forms included in the additional attributes of an inventory asset.
- Parameters:
formsOutput
- The forms included in the additional attributes of an inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
The forms included in the additional attributes of an inventory asset.
- Parameters:
formsOutput
- The forms included in the additional attributes of an inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
The forms included in the additional attributes of an inventory asset.
This is a convenience method that creates an instance of theFormOutput.Builder
avoiding the need to create one manually viaFormOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toformsOutput(List<FormOutput>)
.- Parameters:
formsOutput
- a consumer that will call methods onFormOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
latestTimeSeriesDataPointFormsOutput
AssetItemAdditionalAttributes.Builder latestTimeSeriesDataPointFormsOutput(Collection<TimeSeriesDataPointSummaryFormOutput> latestTimeSeriesDataPointFormsOutput) The latest time series data points forms included in the additional attributes of an asset.
- Parameters:
latestTimeSeriesDataPointFormsOutput
- 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.
-
latestTimeSeriesDataPointFormsOutput
AssetItemAdditionalAttributes.Builder latestTimeSeriesDataPointFormsOutput(TimeSeriesDataPointSummaryFormOutput... latestTimeSeriesDataPointFormsOutput) The latest time series data points forms included in the additional attributes of an asset.
- Parameters:
latestTimeSeriesDataPointFormsOutput
- 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.
-
latestTimeSeriesDataPointFormsOutput
AssetItemAdditionalAttributes.Builder latestTimeSeriesDataPointFormsOutput(Consumer<TimeSeriesDataPointSummaryFormOutput.Builder>... latestTimeSeriesDataPointFormsOutput) 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.Builder
avoiding the need to create one manually viaTimeSeriesDataPointSummaryFormOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolatestTimeSeriesDataPointFormsOutput(List<TimeSeriesDataPointSummaryFormOutput>)
.- Parameters:
latestTimeSeriesDataPointFormsOutput
- 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
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
AssetItemAdditionalAttributes.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.Builder
avoiding the need to create one manually viaMatchRationaleItem.builder()
.When the
Consumer
completes,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:
-
readOnlyFormsOutput
AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput) The read-only forms included in the additional attributes of an inventory asset.
- Parameters:
readOnlyFormsOutput
- The read-only forms included in the additional attributes of an inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readOnlyFormsOutput
The read-only forms included in the additional attributes of an inventory asset.
- Parameters:
readOnlyFormsOutput
- The read-only forms included in the additional attributes of an inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
readOnlyFormsOutput
AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput) The read-only forms included in the additional attributes of an inventory asset.
This is a convenience method that creates an instance of theFormOutput.Builder
avoiding the need to create one manually viaFormOutput.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toreadOnlyFormsOutput(List<FormOutput>)
.- Parameters:
readOnlyFormsOutput
- a consumer that will call methods onFormOutput.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-