Class ArchiveS3Settings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.ArchiveS3Settings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ArchiveS3Settings.Builder,ArchiveS3Settings>
@Generated("software.amazon.awssdk:codegen") public final class ArchiveS3Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ArchiveS3Settings.Builder,ArchiveS3Settings>
Archive S3 Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceArchiveS3Settings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ArchiveS3Settings.Builderbuilder()S3CannedAclcannedAcl()Specify the canned ACL to apply to each S3 request.StringcannedAclAsString()Specify the canned ACL to apply to each S3 request.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ArchiveS3Settings.Builder>serializableBuilderClass()ArchiveS3Settings.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
-
cannedAcl
public final S3CannedAcl cannedAcl()
Specify the canned ACL to apply to each S3 request. Defaults to none.If the service returns an enum value that is not available in the current SDK version,
cannedAclwill returnS3CannedAcl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcannedAclAsString().- Returns:
- Specify the canned ACL to apply to each S3 request. Defaults to none.
- See Also:
S3CannedAcl
-
cannedAclAsString
public final String cannedAclAsString()
Specify the canned ACL to apply to each S3 request. Defaults to none.If the service returns an enum value that is not available in the current SDK version,
cannedAclwill returnS3CannedAcl.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromcannedAclAsString().- Returns:
- Specify the canned ACL to apply to each S3 request. Defaults to none.
- See Also:
S3CannedAcl
-
toBuilder
public ArchiveS3Settings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ArchiveS3Settings.Builder,ArchiveS3Settings>
-
builder
public static ArchiveS3Settings.Builder builder()
-
serializableBuilderClass
public static Class<? extends ArchiveS3Settings.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-