Interface AssetItemAdditionalAttributes.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssetItemAdditionalAttributes.Builder,,AssetItemAdditionalAttributes> SdkBuilder<AssetItemAdditionalAttributes.Builder,,AssetItemAdditionalAttributes> SdkPojo
- Enclosing class:
AssetItemAdditionalAttributes
public static interface AssetItemAdditionalAttributes.Builder
extends SdkPojo, CopyableBuilder<AssetItemAdditionalAttributes.Builder,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.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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, 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.Builderavoiding the need to create one manually viaFormOutput.builder().When the
Consumercompletes,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:
-
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.Builderavoiding the need to create one manually viaFormOutput.builder().When the
Consumercompletes,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:
-