Class S3RecordingSinkRuntimeConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.chimesdkmediapipelines.model.S3RecordingSinkRuntimeConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,S3RecordingSinkRuntimeConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class S3RecordingSinkRuntimeConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,S3RecordingSinkRuntimeConfiguration>
A structure that holds the settings for transmitting media files to the Amazon S3 bucket. If specified, the settings in this structure override any settings in
S3RecordingSinkConfiguration.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceS3RecordingSinkRuntimeConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static S3RecordingSinkRuntimeConfiguration.Builderbuilder()Stringdestination()The URI of the S3 bucket used as the sink.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecordingFileFormatrecordingFileFormat()The file format for the media files sent to the Amazon S3 bucket.StringrecordingFileFormatAsString()The file format for the media files sent to the Amazon S3 bucket.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends S3RecordingSinkRuntimeConfiguration.Builder>serializableBuilderClass()S3RecordingSinkRuntimeConfiguration.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
-
destination
public final String destination()
The URI of the S3 bucket used as the sink.
- Returns:
- The URI of the S3 bucket used as the sink.
-
recordingFileFormat
public final RecordingFileFormat recordingFileFormat()
The file format for the media files sent to the Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
recordingFileFormatwill returnRecordingFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordingFileFormatAsString().- Returns:
- The file format for the media files sent to the Amazon S3 bucket.
- See Also:
RecordingFileFormat
-
recordingFileFormatAsString
public final String recordingFileFormatAsString()
The file format for the media files sent to the Amazon S3 bucket.
If the service returns an enum value that is not available in the current SDK version,
recordingFileFormatwill returnRecordingFileFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordingFileFormatAsString().- Returns:
- The file format for the media files sent to the Amazon S3 bucket.
- See Also:
RecordingFileFormat
-
toBuilder
public S3RecordingSinkRuntimeConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<S3RecordingSinkRuntimeConfiguration.Builder,S3RecordingSinkRuntimeConfiguration>
-
builder
public static S3RecordingSinkRuntimeConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends S3RecordingSinkRuntimeConfiguration.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
-
-