Class NodeInputSource
- java.lang.Object
-
- software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NodeInputSource.Builder,NodeInputSource>
@Generated("software.amazon.awssdk:codegen") public final class NodeInputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeInputSource.Builder,NodeInputSource>
Represents the source of input data for a node field.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNodeInputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NodeInputSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)Stringexpression()The expression used to extract data from the source.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnodeName()The name of the source node that provides the input data.StringoutputFieldName()The name of the output field from the source node.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends NodeInputSource.Builder>serializableBuilderClass()NodeInputSource.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
-
nodeName
public final String nodeName()
The name of the source node that provides the input data.
- Returns:
- The name of the source node that provides the input data.
-
outputFieldName
public final String outputFieldName()
The name of the output field from the source node.
- Returns:
- The name of the output field from the source node.
-
expression
public final String expression()
The expression used to extract data from the source.
- Returns:
- The expression used to extract data from the source.
-
toBuilder
public NodeInputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NodeInputSource.Builder,NodeInputSource>
-
builder
public static NodeInputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends NodeInputSource.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
-
-