Interface LineageNodeTypeItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LineageNodeTypeItem.Builder,LineageNodeTypeItem>,SdkBuilder<LineageNodeTypeItem.Builder,LineageNodeTypeItem>,SdkPojo
- Enclosing class:
- LineageNodeTypeItem
public static interface LineageNodeTypeItem.Builder extends SdkPojo, CopyableBuilder<LineageNodeTypeItem.Builder,LineageNodeTypeItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LineageNodeTypeItem.BuildercreatedAt(Instant createdAt)The timestamp at which the data lineage node type was created.LineageNodeTypeItem.BuildercreatedBy(String createdBy)The user who created the data lineage node type.LineageNodeTypeItem.Builderdescription(String description)The description of the data lineage node type.LineageNodeTypeItem.BuilderdomainId(String domainId)The ID of the domain where the data lineage node type lives.LineageNodeTypeItem.BuilderformsOutput(Map<String,FormEntryOutput> formsOutput)The forms output of the data lineage node type.LineageNodeTypeItem.Buildername(String name)The name of the data lineage node type.LineageNodeTypeItem.Builderrevision(String revision)The revision of the data lineage node type.LineageNodeTypeItem.BuilderupdatedAt(Instant updatedAt)The timestamp at which the data lineage node type was updated.LineageNodeTypeItem.BuilderupdatedBy(String updatedBy)The user who updated the data lineage node type.-
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
LineageNodeTypeItem.Builder createdAt(Instant createdAt)
The timestamp at which the data lineage node type was created.
- Parameters:
createdAt- The timestamp at which the data lineage node type was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
LineageNodeTypeItem.Builder createdBy(String createdBy)
The user who created the data lineage node type.
- Parameters:
createdBy- The user who created the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
LineageNodeTypeItem.Builder description(String description)
The description of the data lineage node type.
- Parameters:
description- The description of the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
LineageNodeTypeItem.Builder domainId(String domainId)
The ID of the domain where the data lineage node type lives.
- Parameters:
domainId- The ID of the domain where the data lineage node type lives.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
formsOutput
LineageNodeTypeItem.Builder formsOutput(Map<String,FormEntryOutput> formsOutput)
The forms output of the data lineage node type.
- Parameters:
formsOutput- The forms output of the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
LineageNodeTypeItem.Builder name(String name)
The name of the data lineage node type.
- Parameters:
name- The name of the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
LineageNodeTypeItem.Builder revision(String revision)
The revision of the data lineage node type.
- Parameters:
revision- The revision of the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
LineageNodeTypeItem.Builder updatedAt(Instant updatedAt)
The timestamp at which the data lineage node type was updated.
- Parameters:
updatedAt- The timestamp at which the data lineage node type was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedBy
LineageNodeTypeItem.Builder updatedBy(String updatedBy)
The user who updated the data lineage node type.
- Parameters:
updatedBy- The user who updated the data lineage node type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-