@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 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 final String sourceId()
The unique of the node within the workflow where the edge starts.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.