Class FlowDataConnectionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagent.model.FlowDataConnectionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class FlowDataConnectionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>
The configuration of a connection originating from a node that isn't a Condition node.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFlowDataConnectionConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FlowDataConnectionConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends FlowDataConnectionConfiguration.Builder>serializableBuilderClass()StringsourceOutput()The name of the output in the source node that the connection begins from.StringtargetInput()The name of the input in the target node that the connection ends at.FlowDataConnectionConfiguration.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
-
sourceOutput
public final String sourceOutput()
The name of the output in the source node that the connection begins from.
- Returns:
- The name of the output in the source node that the connection begins from.
-
targetInput
public final String targetInput()
The name of the input in the target node that the connection ends at.
- Returns:
- The name of the input in the target node that the connection ends at.
-
toBuilder
public FlowDataConnectionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FlowDataConnectionConfiguration.Builder,FlowDataConnectionConfiguration>
-
builder
public static FlowDataConnectionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends FlowDataConnectionConfiguration.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.
-
-