Interface DataProductRevision.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DataProductRevision.Builder,
,DataProductRevision> SdkBuilder<DataProductRevision.Builder,
,DataProductRevision> SdkPojo
- Enclosing class:
DataProductRevision
@Mutable
@NotThreadSafe
public static interface DataProductRevision.Builder
extends SdkPojo, CopyableBuilder<DataProductRevision.Builder,DataProductRevision>
-
Method Summary
Modifier and TypeMethodDescriptionThe timestamp at which the data product revision was created.The user who created the data product revision.The ID of the domain where the data product revision lives.The ID of the data product 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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
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
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.
-