Interface CreateDataProductResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataProductResponse.Builder,CreateDataProductResponse>,DataZoneResponse.Builder,SdkBuilder<CreateDataProductResponse.Builder,CreateDataProductResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDataProductResponse
public static interface CreateDataProductResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateDataProductResponse.Builder,CreateDataProductResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataProductResponse.BuildercreatedAt(Instant createdAt)The timestamp at which the data product was created.CreateDataProductResponse.BuildercreatedBy(String createdBy)The user who created the data product.CreateDataProductResponse.Builderdescription(String description)The description of the data product.CreateDataProductResponse.BuilderdomainId(String domainId)The ID of the domain where the data product lives.CreateDataProductResponse.BuilderfirstRevisionCreatedAt(Instant firstRevisionCreatedAt)The timestamp at which the first revision of the data product was created.CreateDataProductResponse.BuilderfirstRevisionCreatedBy(String firstRevisionCreatedBy)The user who created the first revision of the data product.CreateDataProductResponse.BuilderformsOutput(Collection<FormOutput> formsOutput)The metadata forms of the data product.CreateDataProductResponse.BuilderformsOutput(Consumer<FormOutput.Builder>... formsOutput)The metadata forms of the data product.CreateDataProductResponse.BuilderformsOutput(FormOutput... formsOutput)The metadata forms of the data product.CreateDataProductResponse.BuilderglossaryTerms(String... glossaryTerms)The glossary terms of the data product.CreateDataProductResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms of the data product.CreateDataProductResponse.Builderid(String id)The ID of the data product.CreateDataProductResponse.Builderitems(Collection<DataProductItem> items)The data assets of the data product.CreateDataProductResponse.Builderitems(Consumer<DataProductItem.Builder>... items)The data assets of the data product.CreateDataProductResponse.Builderitems(DataProductItem... items)The data assets of the data product.CreateDataProductResponse.Buildername(String name)The name of the data product.CreateDataProductResponse.BuilderowningProjectId(String owningProjectId)The ID of the owning project of the data product.CreateDataProductResponse.Builderrevision(String revision)The revision of the data product.CreateDataProductResponse.Builderstatus(String status)The status of the data product.CreateDataProductResponse.Builderstatus(DataProductStatus status)The status of the data product.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
CreateDataProductResponse.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
CreateDataProductResponse.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
CreateDataProductResponse.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
CreateDataProductResponse.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
CreateDataProductResponse.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp at which the first revision of the data product was created.
- Parameters:
firstRevisionCreatedAt- The timestamp at which the first revision of the data product was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstRevisionCreatedBy
CreateDataProductResponse.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.
-
formsOutput
CreateDataProductResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata forms of the data product.
- Parameters:
formsOutput- The metadata forms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
CreateDataProductResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata forms of the data product.
- Parameters:
formsOutput- The metadata forms of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
CreateDataProductResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms of the data product.
This is a convenience method that creates an instance of theFormOutput.Builderavoiding the need to create one manually viaFormOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#formsOutput(List.) - Parameters:
formsOutput- a consumer that will call methods onFormOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#formsOutput(java.util.Collection)
-
glossaryTerms
CreateDataProductResponse.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
CreateDataProductResponse.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
CreateDataProductResponse.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.
-
items
CreateDataProductResponse.Builder items(Collection<DataProductItem> items)
The data assets of the data product.
- Parameters:
items- The data assets of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
CreateDataProductResponse.Builder items(DataProductItem... items)
The data assets of the data product.
- Parameters:
items- The data assets of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
CreateDataProductResponse.Builder items(Consumer<DataProductItem.Builder>... items)
The data assets of the data product.
This is a convenience method that creates an instance of theDataProductItem.Builderavoiding the need to create one manually viaDataProductItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#items(List.) - Parameters:
items- a consumer that will call methods onDataProductItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#items(java.util.Collection)
-
name
CreateDataProductResponse.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
CreateDataProductResponse.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.
-
revision
CreateDataProductResponse.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.
-
status
CreateDataProductResponse.Builder status(String status)
The status of the data product.
- Parameters:
status- The status of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataProductStatus,DataProductStatus
-
status
CreateDataProductResponse.Builder status(DataProductStatus status)
The status of the data product.
- Parameters:
status- The status of the data product.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataProductStatus,DataProductStatus
-
-