Interface CreateDataProductRevisionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateDataProductRevisionResponse.Builder,CreateDataProductRevisionResponse>,DataZoneResponse.Builder,SdkBuilder<CreateDataProductRevisionResponse.Builder,CreateDataProductRevisionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateDataProductRevisionResponse
public static interface CreateDataProductRevisionResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateDataProductRevisionResponse.Builder,CreateDataProductRevisionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateDataProductRevisionResponse.BuildercreatedAt(Instant createdAt)The timestamp at which the data product revision is created.CreateDataProductRevisionResponse.BuildercreatedBy(String createdBy)The user who created the data product revision.CreateDataProductRevisionResponse.Builderdescription(String description)The description of the data product revision.CreateDataProductRevisionResponse.BuilderdomainId(String domainId)The ID of the domain where data product revision is created.CreateDataProductRevisionResponse.BuilderfirstRevisionCreatedAt(Instant firstRevisionCreatedAt)The timestamp at which the first revision of the data product is created.CreateDataProductRevisionResponse.BuilderfirstRevisionCreatedBy(String firstRevisionCreatedBy)The user who created the first revision of the data product.CreateDataProductRevisionResponse.BuilderformsOutput(Collection<FormOutput> formsOutput)The metadata forms of the data product revision.CreateDataProductRevisionResponse.BuilderformsOutput(Consumer<FormOutput.Builder>... formsOutput)The metadata forms of the data product revision.CreateDataProductRevisionResponse.BuilderformsOutput(FormOutput... formsOutput)The metadata forms of the data product revision.CreateDataProductRevisionResponse.BuilderglossaryTerms(String... glossaryTerms)The glossary terms of the data product revision.CreateDataProductRevisionResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The glossary terms of the data product revision.CreateDataProductRevisionResponse.Builderid(String id)The ID of the data product revision.CreateDataProductRevisionResponse.Builderitems(Collection<DataProductItem> items)The data assets of the data product revision.CreateDataProductRevisionResponse.Builderitems(Consumer<DataProductItem.Builder>... items)The data assets of the data product revision.CreateDataProductRevisionResponse.Builderitems(DataProductItem... items)The data assets of the data product revision.CreateDataProductRevisionResponse.Buildername(String name)The name of the data product revision.CreateDataProductRevisionResponse.BuilderowningProjectId(String owningProjectId)The ID of the owning project of the data product revision.CreateDataProductRevisionResponse.Builderrevision(String revision)The revision of the data product revision.CreateDataProductRevisionResponse.Builderstatus(String status)The status of the data product revision.CreateDataProductRevisionResponse.Builderstatus(DataProductStatus status)The status of the data product revision.-
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
CreateDataProductRevisionResponse.Builder createdAt(Instant createdAt)
The timestamp at which the data product revision is created.
- Parameters:
createdAt- The timestamp at which the data product revision is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
CreateDataProductRevisionResponse.Builder createdBy(String createdBy)
The user who created the data product revision.
- Parameters:
createdBy- The user who created the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateDataProductRevisionResponse.Builder description(String description)
The description of the data product revision.
- Parameters:
description- The description of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateDataProductRevisionResponse.Builder domainId(String domainId)
The ID of the domain where data product revision is created.
- Parameters:
domainId- The ID of the domain where data product revision is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstRevisionCreatedAt
CreateDataProductRevisionResponse.Builder firstRevisionCreatedAt(Instant firstRevisionCreatedAt)
The timestamp at which the first revision of the data product is created.
- Parameters:
firstRevisionCreatedAt- The timestamp at which the first revision of the data product is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
firstRevisionCreatedBy
CreateDataProductRevisionResponse.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
CreateDataProductRevisionResponse.Builder formsOutput(Collection<FormOutput> formsOutput)
The metadata forms of the data product revision.
- Parameters:
formsOutput- The metadata forms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
CreateDataProductRevisionResponse.Builder formsOutput(FormOutput... formsOutput)
The metadata forms of the data product revision.
- Parameters:
formsOutput- The metadata forms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
CreateDataProductRevisionResponse.Builder formsOutput(Consumer<FormOutput.Builder>... formsOutput)
The metadata forms of the data product revision.
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
CreateDataProductRevisionResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The glossary terms of the data product revision.
- Parameters:
glossaryTerms- The glossary terms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
CreateDataProductRevisionResponse.Builder glossaryTerms(String... glossaryTerms)
The glossary terms of the data product revision.
- Parameters:
glossaryTerms- The glossary terms of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateDataProductRevisionResponse.Builder id(String id)
The ID of the data product revision.
- Parameters:
id- The ID of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
CreateDataProductRevisionResponse.Builder items(Collection<DataProductItem> items)
The data assets of the data product revision.
- Parameters:
items- The data assets of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
CreateDataProductRevisionResponse.Builder items(DataProductItem... items)
The data assets of the data product revision.
- Parameters:
items- The data assets of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
CreateDataProductRevisionResponse.Builder items(Consumer<DataProductItem.Builder>... items)
The data assets of the data product revision.
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
CreateDataProductRevisionResponse.Builder name(String name)
The name of the data product revision.
- Parameters:
name- The name of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningProjectId
CreateDataProductRevisionResponse.Builder owningProjectId(String owningProjectId)
The ID of the owning project of the data product revision.
- Parameters:
owningProjectId- The ID of the owning project of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
CreateDataProductRevisionResponse.Builder revision(String revision)
The revision of the data product revision.
- Parameters:
revision- The revision of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateDataProductRevisionResponse.Builder status(String status)
The status of the data product revision.
- Parameters:
status- The status of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataProductStatus,DataProductStatus
-
status
CreateDataProductRevisionResponse.Builder status(DataProductStatus status)
The status of the data product revision.
- Parameters:
status- The status of the data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
DataProductStatus,DataProductStatus
-
-