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