Class FlowConnection
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowConnection.Builder,FlowConnection>
Contains information about a connection between two nodes in the flow.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic FlowConnection.Builderbuilder()The configuration of the connection.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringname()A name for the connection that you can reference.static Class<? extends FlowConnection.Builder>final Stringsource()The node that the connection starts at.final Stringtarget()The node that the connection ends at.final StringtoString()Returns a string representation of this object.final FlowConnectionTypetype()Whether the source node that the connection begins from is a condition node (Conditional) or not (Data).final StringWhether the source node that the connection begins from is a condition node (Conditional) or not (Data).Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
type
Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data).If the service returns an enum value that is not available in the current SDK version,
typewill returnFlowConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data). - See Also:
-
typeAsString
Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data).If the service returns an enum value that is not available in the current SDK version,
typewill returnFlowConnectionType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- Whether the source node that the connection begins from is a condition node (
Conditional) or not (Data). - See Also:
-
name
A name for the connection that you can reference.
- Returns:
- A name for the connection that you can reference.
-
source
The node that the connection starts at.
- Returns:
- The node that the connection starts at.
-
target
The node that the connection ends at.
- Returns:
- The node that the connection ends at.
-
configuration
The configuration of the connection.
- Returns:
- The configuration of the connection.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowConnection.Builder,FlowConnection>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-