@Generated(value="software.amazon.awssdk:codegen") public final class Vertex extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Vertex.Builder,Vertex>
A lineage entity connected to the starting entity(ies).
| Modifier and Type | Class and Description |
|---|---|
static interface |
Vertex.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The Amazon Resource Name (ARN) of the lineage entity resource.
|
static Vertex.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LineageType |
lineageType()
The type of resource of the lineage entity.
|
String |
lineageTypeAsString()
The type of resource of the lineage entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Vertex.Builder> |
serializableBuilderClass() |
Vertex.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
type()
The type of the lineage entity resource.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The Amazon Resource Name (ARN) of the lineage entity resource.
public final String type()
The type of the lineage entity resource. For example: DataSet, Model,
Endpoint, etc...
DataSet, Model,
Endpoint, etc...public final LineageType lineageType()
The type of resource of the lineage entity.
If the service returns an enum value that is not available in the current SDK version, lineageType will
return LineageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineageTypeAsString().
LineageTypepublic final String lineageTypeAsString()
The type of resource of the lineage entity.
If the service returns an enum value that is not available in the current SDK version, lineageType will
return LineageType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
lineageTypeAsString().
LineageTypepublic Vertex.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Vertex.Builder,Vertex>public static Vertex.Builder builder()
public static Class<? extends Vertex.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.