@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SubtitlesOutput extends Object implements Serializable, Cloneable, StructuredPojo
Specify the output format for your subtitle file.
| Constructor and Description |
|---|
SubtitlesOutput() |
| Modifier and Type | Method and Description |
|---|---|
SubtitlesOutput |
clone() |
boolean |
equals(Object obj) |
List<String> |
getFormats()
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
List<String> |
getSubtitleFileUris()
Choose the output location for your subtitle file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setFormats(Collection<String> formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
void |
setSubtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file.
|
String |
toString()
Returns a string representation of this object.
|
SubtitlesOutput |
withFormats(Collection<String> formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
SubtitlesOutput |
withFormats(String... formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
SubtitlesOutput |
withFormats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are
generated.
|
SubtitlesOutput |
withSubtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file.
|
SubtitlesOutput |
withSubtitleFileUris(String... subtitleFileUris)
Choose the output location for your subtitle file.
|
public List<String> getFormats()
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
SubtitleFormatpublic void setFormats(Collection<String> formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files
are generated.SubtitleFormatpublic SubtitlesOutput withFormats(String... formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
NOTE: This method appends the values to the existing list (if any). Use
setFormats(java.util.Collection) or withFormats(java.util.Collection) if you want to override
the existing values.
formats - Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files
are generated.SubtitleFormatpublic SubtitlesOutput withFormats(Collection<String> formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files
are generated.SubtitleFormatpublic SubtitlesOutput withFormats(SubtitleFormat... formats)
Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files are generated.
formats - Specify the output format for your subtitle file; if you select both SRT and VTT formats, two output files
are generated.SubtitleFormatpublic List<String> getSubtitleFileUris()
Choose the output location for your subtitle file. This location must be an S3 bucket.
public void setSubtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.public SubtitlesOutput withSubtitleFileUris(String... subtitleFileUris)
Choose the output location for your subtitle file. This location must be an S3 bucket.
NOTE: This method appends the values to the existing list (if any). Use
setSubtitleFileUris(java.util.Collection) or withSubtitleFileUris(java.util.Collection) if you
want to override the existing values.
subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.public SubtitlesOutput withSubtitleFileUris(Collection<String> subtitleFileUris)
Choose the output location for your subtitle file. This location must be an S3 bucket.
subtitleFileUris - Choose the output location for your subtitle file. This location must be an S3 bucket.public String toString()
toString in class ObjectObject.toString()public SubtitlesOutput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.