@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class S3DestinationSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
S3DestinationSettings() |
| Modifier and Type | Method and Description |
|---|---|
S3DestinationSettings |
clone() |
boolean |
equals(Object obj) |
S3DestinationAccessControl |
getAccessControl()
Optional.
|
S3EncryptionSettings |
getEncryption()
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setAccessControl(S3DestinationAccessControl accessControl)
Optional.
|
void |
setEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
S3DestinationSettings |
withAccessControl(S3DestinationAccessControl accessControl)
Optional.
|
S3DestinationSettings |
withEncryption(S3EncryptionSettings encryption)
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
|
public void setAccessControl(S3DestinationAccessControl accessControl)
accessControl - Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output
group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.public S3DestinationAccessControl getAccessControl()
public S3DestinationSettings withAccessControl(S3DestinationAccessControl accessControl)
accessControl - Optional. Have MediaConvert automatically apply Amazon S3 access control for the outputs in this output
group. When you don't use this setting, S3 automatically applies the default access control list PRIVATE.public void setEncryption(S3EncryptionSettings encryption)
encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public S3EncryptionSettings getEncryption()
public S3DestinationSettings withEncryption(S3EncryptionSettings encryption)
encryption - Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.public String toString()
toString in class ObjectObject.toString()public S3DestinationSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.