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
Modifier and TypeMethodDescriptionThe identifier of the inventory asset.targetName(String targetName) The target name in the asset target name map.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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
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
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.
 
 
 -