Class FrameCaptureS3Settings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.FrameCaptureS3Settings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<FrameCaptureS3Settings.Builder,FrameCaptureS3Settings>
@Generated("software.amazon.awssdk:codegen") public final class FrameCaptureS3Settings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FrameCaptureS3Settings.Builder,FrameCaptureS3Settings>
Frame Capture S3 Settings- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFrameCaptureS3Settings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FrameCaptureS3Settings.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()List<SdkField<?>>sdkFields()static Class<? extends FrameCaptureS3Settings.Builder>serializableBuilderClass()FrameCaptureS3Settings.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 FrameCaptureS3Settings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<FrameCaptureS3Settings.Builder,FrameCaptureS3Settings>
-
builder
public static FrameCaptureS3Settings.Builder builder()
-
serializableBuilderClass
public static Class<? extends FrameCaptureS3Settings.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.
-
-