Interface CmafIngestOutputSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CmafIngestOutputSettings.Builder,CmafIngestOutputSettings>,SdkBuilder<CmafIngestOutputSettings.Builder,CmafIngestOutputSettings>,SdkPojo
- Enclosing class:
- CmafIngestOutputSettings
public static interface CmafIngestOutputSettings.Builder extends SdkPojo, CopyableBuilder<CmafIngestOutputSettings.Builder,CmafIngestOutputSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CmafIngestOutputSettings.BuildernameModifier(String nameModifier)String concatenated to the end of the destination filename.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
nameModifier
CmafIngestOutputSettings.Builder nameModifier(String nameModifier)
String concatenated to the end of the destination filename. Required for multiple outputs of the same type.- Parameters:
nameModifier- String concatenated to the end of the destination filename. Required for multiple outputs of the same type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-