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