@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageFlowNodeConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for a Storage node in a flow. This node stores the input in an Amazon S3 location that you specify.
Constructor and Description |
---|
StorageFlowNodeConfiguration() |
Modifier and Type | Method and Description |
---|---|
StorageFlowNodeConfiguration |
clone() |
boolean |
equals(Object obj) |
StorageFlowNodeServiceConfiguration |
getServiceConfiguration()
Contains configurations for the service to use for storing the input into the node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setServiceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for storing the input into the node.
|
String |
toString()
Returns a string representation of this object.
|
StorageFlowNodeConfiguration |
withServiceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for storing the input into the node.
|
public void setServiceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for storing the input into the node.
serviceConfiguration
- Contains configurations for the service to use for storing the input into the node.public StorageFlowNodeServiceConfiguration getServiceConfiguration()
Contains configurations for the service to use for storing the input into the node.
public StorageFlowNodeConfiguration withServiceConfiguration(StorageFlowNodeServiceConfiguration serviceConfiguration)
Contains configurations for the service to use for storing the input into the node.
serviceConfiguration
- Contains configurations for the service to use for storing the input into the node.public String toString()
toString
in class Object
Object.toString()
public StorageFlowNodeConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.