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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineItemAssetInformation.BuilderassetId(String assetId)The ID of the asset.LineItemAssetInformation.BuildermacAddressList(String... macAddressList)The MAC addresses of the asset.LineItemAssetInformation.BuildermacAddressList(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 Detail
-
assetId
LineItemAssetInformation.Builder assetId(String 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
LineItemAssetInformation.Builder macAddressList(Collection<String> 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
LineItemAssetInformation.Builder macAddressList(String... 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.
-
-