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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
glossaryTermsThe 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.
 
- 
glossaryTermsThe 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.
 
- 
identifierThe 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.
 
- 
itemTypeThe 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:
 
- 
itemTypeThe 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:
 
- 
revisionThe 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.
 
 
-