@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CollectorFlowNodeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Defines a collector node in your flow. This node takes an iteration of inputs and consolidates them into an array in the output. For more information, see Node types in Amazon Bedrock works in the Amazon Bedrock User Guide.
Constructor and Description |
---|
CollectorFlowNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
CollectorFlowNodeConfiguration |
clone() |
boolean |
equals(Object obj) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
toString()
Returns a string representation of this object.
|
public String toString()
toString
in class Object
Object.toString()
public CollectorFlowNodeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.