Interface LineItemAssetInformation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<LineItemAssetInformation.Builder,
,LineItemAssetInformation> SdkBuilder<LineItemAssetInformation.Builder,
,LineItemAssetInformation> SdkPojo
- Enclosing class:
LineItemAssetInformation
public static interface LineItemAssetInformation.Builder
extends SdkPojo, CopyableBuilder<LineItemAssetInformation.Builder,LineItemAssetInformation>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the asset.macAddressList
(String... macAddressList) The MAC addresses of the asset.macAddressList
(Collection<String> macAddressList) The MAC addresses of the 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 Details
-
assetId
The ID of the asset.
- Parameters:
assetId
- The ID of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macAddressList
The MAC addresses of the asset.
- Parameters:
macAddressList
- The MAC addresses of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
macAddressList
The MAC addresses of the asset.
- Parameters:
macAddressList
- The MAC addresses of the asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-