Interface SearchResultItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SearchResultItem.Builder,,SearchResultItem> SdkBuilder<SearchResultItem.Builder,,SearchResultItem> SdkPojo
- Enclosing class:
SearchResultItem
@Mutable
@NotThreadSafe
public static interface SearchResultItem.Builder
extends SdkPojo, CopyableBuilder<SearchResultItem.Builder,SearchResultItem>
-
Method Summary
Modifier and TypeMethodDescriptionassetDescription(String assetDescription) The description of the matched asset.The name of the matched asset.assetTypeId(String assetTypeId) The identifier of the asset type for the matched asset.The unique identifier of the matched asset.The timestamp at which the matched asset was last updated.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
-
id
The unique identifier of the matched asset.
- Parameters:
id- The unique identifier of the matched asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetName
The name of the matched asset.
- Parameters:
assetName- The name of the matched asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetDescription
The description of the matched asset.
- Parameters:
assetDescription- The description of the matched asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp at which the matched asset was last updated.
- Parameters:
updatedAt- The timestamp at which the matched asset was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetTypeId
The identifier of the asset type for the matched asset.
- Parameters:
assetTypeId- The identifier of the asset type for the matched asset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-