Class Edge
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.Edge
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Edge.Builder,Edge>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEdge.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Edge.Builderbuilder()StringdestinationId()The unique of the node within the workflow where the edge ends.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends Edge.Builder>serializableBuilderClass()StringsourceId()The unique of the node within the workflow where the edge starts.Edge.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sourceId
public final String sourceId()
The unique of the node within the workflow where the edge starts.
- Returns:
- The unique of the node within the workflow where the edge starts.
-
destinationId
public final String destinationId()
The unique of the node within the workflow where the edge ends.
- Returns:
- The unique of the node within the workflow where the edge ends.
-
toBuilder
public Edge.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Edge.Builder,Edge>
-
builder
public static Edge.Builder builder()
-
serializableBuilderClass
public static Class<? extends Edge.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-