Interface DataProductResultItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataProductResultItem.Builder,DataProductResultItem>,SdkBuilder<DataProductResultItem.Builder,DataProductResultItem>,SdkPojo
- Enclosing class:
- DataProductResultItem
public static interface DataProductResultItem.Builder extends SdkPojo, CopyableBuilder<DataProductResultItem.Builder,DataProductResultItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProductResultItem.BuildercreatedAt(Instant createdAt)The timestamp at which the data product was created.DataProductResultItem.BuildercreatedBy(String createdBy)The user who created the data product.DataProductResultItem.Builderdescription(String description)The description of the data product.DataProductResultItem.BuilderdomainId(String domainId)The ID of the domain where the data product lives.DataProductResultItem.BuilderfirstRevisionCreatedAt(Instant firstRevisionCreatedAt)The timestamp at which first revision of the data product was created.DataProductResultItem.BuilderfirstRevisionCreatedBy(String firstRevisionCreatedBy)The user who created the first revision of the data product.DataProductResultItem.BuilderglossaryTerms(String... glossaryTerms)The glossary terms of the data product.DataProductResultItem.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms of the data product.DataProductResultItem.Builderid(String id)The ID of the data product.DataProductResultItem.Buildername(String name)The name of the data product.DataProductResultItem.BuilderowningProjectId(String owningProjectId)The ID of the owning project 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
-
createdAt
DataProductResultItem.Builder createdAt(Instant createdAt)
The timestamp at which the data product was created.
- Parameters:
createdAt- The timestamp at which the data product was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DataProductResultItem.Builder createdBy(String createdBy)
The user who created the data product.
- Parameters:
createdBy- The user who created the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DataProductResultItem.Builder description(String description)
The description of the data product.
- Parameters:
description- The description of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
DataProductResultItem.Builder domainId(String domainId)
The ID of the domain where the data product lives.
- Parameters:
domainId- The ID of the domain where the data product lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstRevisionCreatedAt
DataProductResultItem.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp at which first revision of the data product was created.
- Parameters:
firstRevisionCreatedAt- The timestamp at which first revision of the data product was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstRevisionCreatedBy
DataProductResultItem.Builder firstRevisionCreatedBy(String firstRevisionCreatedBy)
The user who created the first revision of the data product.
- Parameters:
firstRevisionCreatedBy- The user who created the first revision of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
DataProductResultItem.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
DataProductResultItem.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.
-
id
DataProductResultItem.Builder id(String id)
The ID of the data product.
- Parameters:
id- The ID of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
DataProductResultItem.Builder name(String name)
The name of the data product.
- Parameters:
name- The name of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
DataProductResultItem.Builder owningProjectId(String owningProjectId)
The ID of the owning project of the data product.
- Parameters:
owningProjectId- The ID of the owning project of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-