Class S3DestinationSettings
- java.lang.Object
-
- software.amazon.awssdk.services.mediaconvert.model.S3DestinationSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>
@Generated("software.amazon.awssdk:codegen") public final class S3DestinationSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>
Settings associated with S3 destination- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3DestinationSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description S3DestinationAccessControlaccessControl()Optional.static S3DestinationSettings.Builderbuilder()S3EncryptionSettingsencryption()Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends S3DestinationSettings.Builder>serializableBuilderClass()S3StorageClassstorageClass()Specify the S3 storage class to use for this output.StringstorageClassAsString()Specify the S3 storage class to use for this output.S3DestinationSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accessControl
public final S3DestinationAccessControl 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.- Returns:
- 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.
-
encryption
public final S3EncryptionSettings encryption()
Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.- Returns:
- Settings for how your job outputs are encrypted as they are uploaded to Amazon S3.
-
storageClass
public final S3StorageClass storageClass()
Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.htmlIf the service returns an enum value that is not available in the current SDK version,
storageClasswill returnS3StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageClassAsString().- Returns:
- Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
- See Also:
S3StorageClass
-
storageClassAsString
public final String storageClassAsString()
Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.htmlIf the service returns an enum value that is not available in the current SDK version,
storageClasswill returnS3StorageClass.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstorageClassAsString().- Returns:
- Specify the S3 storage class to use for this output. To use your destination's default storage class: Keep the default value, Not set. For more information about S3 storage classes, see https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-class-intro.html
- See Also:
S3StorageClass
-
toBuilder
public S3DestinationSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3DestinationSettings.Builder,S3DestinationSettings>
-
builder
public static S3DestinationSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3DestinationSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-