Interface SearchTypesResultItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>,SdkBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>,SdkPojo
- Enclosing class:
- SearchTypesResultItem
public static interface SearchTypesResultItem.Builder extends SdkPojo, CopyableBuilder<SearchTypesResultItem.Builder,SearchTypesResultItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SearchTypesResultItem.BuilderassetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)The asset type included in the results of theSearchTypesaction.SearchTypesResultItem.BuilderassetTypeItem(AssetTypeItem assetTypeItem)The asset type included in the results of theSearchTypesaction.default SearchTypesResultItem.BuilderformTypeItem(Consumer<FormTypeData.Builder> formTypeItem)The form type included in the results of theSearchTypesaction.SearchTypesResultItem.BuilderformTypeItem(FormTypeData formTypeItem)The form type included in the results of theSearchTypesaction.-
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
-
assetTypeItem
SearchTypesResultItem.Builder assetTypeItem(AssetTypeItem assetTypeItem)
The asset type included in the results of the
SearchTypesaction.- Parameters:
assetTypeItem- The asset type included in the results of theSearchTypesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assetTypeItem
default SearchTypesResultItem.Builder assetTypeItem(Consumer<AssetTypeItem.Builder> assetTypeItem)
The asset type included in the results of the
This is a convenience method that creates an instance of theSearchTypesaction.AssetTypeItem.Builderavoiding the need to create one manually viaAssetTypeItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toassetTypeItem(AssetTypeItem).- Parameters:
assetTypeItem- a consumer that will call methods onAssetTypeItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
assetTypeItem(AssetTypeItem)
-
formTypeItem
SearchTypesResultItem.Builder formTypeItem(FormTypeData formTypeItem)
The form type included in the results of the
SearchTypesaction.- Parameters:
formTypeItem- The form type included in the results of theSearchTypesaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formTypeItem
default SearchTypesResultItem.Builder formTypeItem(Consumer<FormTypeData.Builder> formTypeItem)
The form type included in the results of the
This is a convenience method that creates an instance of theSearchTypesaction.FormTypeData.Builderavoiding the need to create one manually viaFormTypeData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toformTypeItem(FormTypeData).- Parameters:
formTypeItem- a consumer that will call methods onFormTypeData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
formTypeItem(FormTypeData)
-
-