@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3Config extends Object implements Serializable, Cloneable, StructuredPojo
Information about the Amazon Simple Storage Service (Amazon S3) storage type.
Constructor and Description |
---|
S3Config() |
Modifier and Type | Method and Description |
---|---|
S3Config |
clone() |
boolean |
equals(Object obj) |
String |
getBucketName()
The S3 bucket name.
|
String |
getBucketPrefix()
The S3 bucket prefix.
|
EncryptionConfig |
getEncryptionConfig()
The Amazon S3 encryption configuration.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setBucketName(String bucketName)
The S3 bucket name.
|
void |
setBucketPrefix(String bucketPrefix)
The S3 bucket prefix.
|
void |
setEncryptionConfig(EncryptionConfig encryptionConfig)
The Amazon S3 encryption configuration.
|
String |
toString()
Returns a string representation of this object.
|
S3Config |
withBucketName(String bucketName)
The S3 bucket name.
|
S3Config |
withBucketPrefix(String bucketPrefix)
The S3 bucket prefix.
|
S3Config |
withEncryptionConfig(EncryptionConfig encryptionConfig)
The Amazon S3 encryption configuration.
|
public void setBucketName(String bucketName)
The S3 bucket name.
bucketName
- The S3 bucket name.public String getBucketName()
The S3 bucket name.
public S3Config withBucketName(String bucketName)
The S3 bucket name.
bucketName
- The S3 bucket name.public void setBucketPrefix(String bucketPrefix)
The S3 bucket prefix.
bucketPrefix
- The S3 bucket prefix.public String getBucketPrefix()
The S3 bucket prefix.
public S3Config withBucketPrefix(String bucketPrefix)
The S3 bucket prefix.
bucketPrefix
- The S3 bucket prefix.public void setEncryptionConfig(EncryptionConfig encryptionConfig)
The Amazon S3 encryption configuration.
encryptionConfig
- The Amazon S3 encryption configuration.public EncryptionConfig getEncryptionConfig()
The Amazon S3 encryption configuration.
public S3Config withEncryptionConfig(EncryptionConfig encryptionConfig)
The Amazon S3 encryption configuration.
encryptionConfig
- The Amazon S3 encryption configuration.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.