public static interface Vertex.Builder extends SdkPojo, CopyableBuilder<Vertex.Builder,Vertex>
| Modifier and Type | Method and Description |
|---|---|
Vertex.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
|
Vertex.Builder |
lineageType(LineageType lineageType)
The type of resource of the lineage entity.
|
Vertex.Builder |
lineageType(String lineageType)
The type of resource of the lineage entity.
|
Vertex.Builder |
type(String type)
The type of the lineage entity resource.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVertex.Builder arn(String arn)
The Amazon Resource Name (ARN) of the lineage entity resource.
arn - The Amazon Resource Name (ARN) of the lineage entity resource.Vertex.Builder type(String type)
The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...
type - The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...Vertex.Builder lineageType(String lineageType)
The type of resource of the lineage entity.
lineageType - The type of resource of the lineage entity.LineageType,
LineageTypeVertex.Builder lineageType(LineageType lineageType)
The type of resource of the lineage entity.
lineageType - The type of resource of the lineage entity.LineageType,
LineageTypeCopyright © 2023. All rights reserved.