Interface AssetTargetNameMap.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>,SdkBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>,SdkPojo
- Enclosing class:
- AssetTargetNameMap
public static interface AssetTargetNameMap.Builder extends SdkPojo, CopyableBuilder<AssetTargetNameMap.Builder,AssetTargetNameMap>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssetTargetNameMap.BuilderassetId(String assetId)The identifier of the inventory asset.AssetTargetNameMap.BuildertargetName(String targetName)The target name in the asset target name map.-
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
AssetTargetNameMap.Builder assetId(String assetId)
The identifier of the inventory asset.
- Parameters:
assetId- The identifier of the inventory asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetName
AssetTargetNameMap.Builder targetName(String targetName)
The target name in the asset target name map.
- Parameters:
targetName- The target name in the asset target name map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-