Interface DataProductRevision.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataProductRevision.Builder,DataProductRevision>,SdkBuilder<DataProductRevision.Builder,DataProductRevision>,SdkPojo
- Enclosing class:
- DataProductRevision
public static interface DataProductRevision.Builder extends SdkPojo, CopyableBuilder<DataProductRevision.Builder,DataProductRevision>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataProductRevision.BuildercreatedAt(Instant createdAt)The timestamp at which the data product revision was created.DataProductRevision.BuildercreatedBy(String createdBy)The user who created the data product revision.DataProductRevision.BuilderdomainId(String domainId)The ID of the domain where the data product revision lives.DataProductRevision.Builderid(String id)The ID of the data product revision.DataProductRevision.Builderrevision(String revision)The data product revision.-
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
DataProductRevision.Builder createdAt(Instant createdAt)
The timestamp at which the data product revision was created.
- Parameters:
createdAt- The timestamp at which the data product revision was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
DataProductRevision.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.
-
domainId
DataProductRevision.Builder domainId(String domainId)
The ID of the domain where the data product revision lives.
- Parameters:
domainId- The ID of the domain where the data product revision lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DataProductRevision.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.
-
revision
DataProductRevision.Builder revision(String revision)
The data product revision.
- Parameters:
revision- The data product revision.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-