Interface DataProductItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataProductItem.Builder,
,DataProductItem> SdkBuilder<DataProductItem.Builder,
,DataProductItem> SdkPojo
- Enclosing class:
DataProductItem
@Mutable
@NotThreadSafe
public static interface DataProductItem.Builder
extends SdkPojo, CopyableBuilder<DataProductItem.Builder,DataProductItem>
-
Method Summary
Modifier and TypeMethodDescriptionglossaryTerms
(String... glossaryTerms) The glossary terms of the data product.glossaryTerms
(Collection<String> glossaryTerms) The glossary terms of the data product.identifier
(String identifier) The ID of the data product.The type of the data product.itemType
(DataProductItemType itemType) The type of the data product.The revision of the data product.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, sdkFieldNameToField, sdkFields
-
Method Details
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
The glossary terms of the data product.
- Parameters:
glossaryTerms
- The glossary terms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
The ID of the data product.
- Parameters:
identifier
- The ID of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
itemType
The type of the data product.
- Parameters:
itemType
- The type of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
itemType
The type of the data product.
- Parameters:
itemType
- The type of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
revision
The revision of the data product.
- Parameters:
revision
- The revision of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-