@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StorageFlowNodeS3Configuration extends Object implements Serializable, Cloneable, StructuredPojo
Contains configurations for the Amazon S3 location in which to store the input into the node.
Constructor and Description |
---|
StorageFlowNodeS3Configuration() |
Modifier and Type | Method and Description |
---|---|
StorageFlowNodeS3Configuration |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The name of the Amazon S3 bucket in which to store the input into the node.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The name of the Amazon S3 bucket in which to store the input into the node.
|
String |
toString()
Returns a string representation of this object.
|
StorageFlowNodeS3Configuration |
withBucketName(String bucketName)
The name of the Amazon S3 bucket in which to store the input into the node.
|
public void setBucketName(String bucketName)
The name of the Amazon S3 bucket in which to store the input into the node.
bucketName
- The name of the Amazon S3 bucket in which to store the input into the node.public String getBucketName()
The name of the Amazon S3 bucket in which to store the input into the node.
public StorageFlowNodeS3Configuration withBucketName(String bucketName)
The name of the Amazon S3 bucket in which to store the input into the node.
bucketName
- The name of the Amazon S3 bucket in which to store the input into the node.public String toString()
toString
in class Object
Object.toString()
public StorageFlowNodeS3Configuration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.