@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3BucketSinkConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The configuration settings for the S3 bucket.
| Constructor and Description |
|---|
S3BucketSinkConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
S3BucketSinkConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getDestination()
The destination URL of the S3 bucket.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestination(String destination)
The destination URL of the S3 bucket.
|
String |
toString()
Returns a string representation of this object.
|
S3BucketSinkConfiguration |
withDestination(String destination)
The destination URL of the S3 bucket.
|
public void setDestination(String destination)
The destination URL of the S3 bucket.
destination - The destination URL of the S3 bucket.public String getDestination()
The destination URL of the S3 bucket.
public S3BucketSinkConfiguration withDestination(String destination)
The destination URL of the S3 bucket.
destination - The destination URL of the S3 bucket.public String toString()
toString in class ObjectObject.toString()public S3BucketSinkConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.