Interface DataProductItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataProductItem.Builder,DataProductItem>,SdkBuilder<DataProductItem.Builder,DataProductItem>,SdkPojo
- Enclosing class:
- DataProductItem
public static interface DataProductItem.Builder extends SdkPojo, CopyableBuilder<DataProductItem.Builder,DataProductItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProductItem.BuilderglossaryTerms(String... glossaryTerms)The glossary terms of the data product.DataProductItem.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms of the data product.DataProductItem.Builderidentifier(String identifier)The ID of the data product.DataProductItem.BuilderitemType(String itemType)The type of the data product.DataProductItem.BuilderitemType(DataProductItemType itemType)The type of the data product.DataProductItem.Builderrevision(String revision)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, sdkFields
-
-
-
-
Method Detail
-
glossaryTerms
DataProductItem.Builder glossaryTerms(Collection<String> 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
DataProductItem.Builder glossaryTerms(String... 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
DataProductItem.Builder identifier(String 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
DataProductItem.Builder itemType(String 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:
DataProductItemType,DataProductItemType
-
itemType
DataProductItem.Builder itemType(DataProductItemType 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:
DataProductItemType,DataProductItemType
-
revision
DataProductItem.Builder revision(String 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.
-
-