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
Modifier and TypeMethodDescriptionnameModifier
(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, sdkFields
-
Method Details
-
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.
-