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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetItemAdditionalAttributes.BuilderformsOutput(Collection<FormOutput> formsOutput)The forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.BuilderformsOutput(Consumer<FormOutput.Builder>... formsOutput)The forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.BuilderformsOutput(FormOutput... formsOutput)The forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.BuilderreadOnlyFormsOutput(Collection<FormOutput> readOnlyFormsOutput)The read-only forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.BuilderreadOnlyFormsOutput(Consumer<FormOutput.Builder>... readOnlyFormsOutput)The read-only forms included in the additional attributes of an inventory asset.AssetItemAdditionalAttributes.BuilderreadOnlyFormsOutput(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, sdkFields
-
-
-
-
Method Detail
-
formsOutput
AssetItemAdditionalAttributes.Builder formsOutput(Collection<FormOutput> 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
AssetItemAdditionalAttributes.Builder formsOutput(FormOutput... 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
AssetItemAdditionalAttributes.Builder formsOutput(Consumer<FormOutput.Builder>... 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 to#formsOutput(List.) - 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:
#formsOutput(java.util.Collection)
-
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
AssetItemAdditionalAttributes.Builder readOnlyFormsOutput(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
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 to#readOnlyFormsOutput(List.) - 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:
#readOnlyFormsOutput(java.util.Collection)
-
-