static RenditionConfiguration.Builder |
RenditionConfiguration.builder() |
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditions(Collection<RenditionConfigurationRendition> renditions) |
Indicates which renditions are recorded for a stream, if renditionSelection is
CUSTOM; otherwise, this field is irrelevant.
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditions(RenditionConfigurationRendition... renditions) |
Indicates which renditions are recorded for a stream, if renditionSelection is
CUSTOM; otherwise, this field is irrelevant.
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditionSelection(String renditionSelection) |
Indicates which set of renditions are recorded for a stream.
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditionSelection(RenditionConfigurationRenditionSelection renditionSelection) |
Indicates which set of renditions are recorded for a stream.
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditionsWithStrings(String... renditions) |
Indicates which renditions are recorded for a stream, if renditionSelection is
CUSTOM; otherwise, this field is irrelevant.
|
RenditionConfiguration.Builder |
RenditionConfiguration.Builder.renditionsWithStrings(Collection<String> renditions) |
Indicates which renditions are recorded for a stream, if renditionSelection is
CUSTOM; otherwise, this field is irrelevant.
|
RenditionConfiguration.Builder |
RenditionConfiguration.toBuilder() |
|