@Generated(value="software.amazon.awssdk:codegen") public final class Edge extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Edge.Builder,Edge>
An edge represents a directed connection between two AWS Glue components that are part of the workflow the edge belongs to.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Edge.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Edge.Builder |
builder() |
String |
destinationId()
The unique of the node within the workflow where the edge ends.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends Edge.Builder> |
serializableBuilderClass() |
String |
sourceId()
The unique of the node within the workflow where the edge starts.
|
Edge.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String sourceId()
The unique of the node within the workflow where the edge starts.
public String destinationId()
The unique of the node within the workflow where the edge ends.
public Edge.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Edge.Builder,Edge>public static Edge.Builder builder()
public static Class<? extends Edge.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.