Interface FilterByAssetModel.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FilterByAssetModel.Builder,,FilterByAssetModel> SdkBuilder<FilterByAssetModel.Builder,,FilterByAssetModel> SdkPojo
- Enclosing class:
- FilterByAssetModel
@Mutable
@NotThreadSafe
public static interface FilterByAssetModel.Builder
extends SdkPojo, CopyableBuilder<FilterByAssetModel.Builder,FilterByAssetModel>
-
Method Summary
Modifier and TypeMethodDescriptionassetModelExternalId(String assetModelExternalId) The external-Id property of an asset model.assetModelId(String assetModelId) The asset model Id.includeAssets(Boolean includeAssets) Bolean to include assets.includeOffspring(Boolean includeOffspring) Include asset offspring.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
-
assetModelId
The asset model Id.
- Parameters:
assetModelId- The asset model Id.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetModelExternalId
The external-Id property of an asset model.
- Parameters:
assetModelExternalId- The external-Id property of an asset model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeOffspring
Include asset offspring. [need desc.]
- Parameters:
includeOffspring- Include asset offspring. [need desc.]- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeAssets
Bolean to include assets.
- Parameters:
includeAssets- Bolean to include assets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-