Interface MediaPackageGroupSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MediaPackageGroupSettings.Builder,
,MediaPackageGroupSettings> SdkBuilder<MediaPackageGroupSettings.Builder,
,MediaPackageGroupSettings> SdkPojo
- Enclosing class:
MediaPackageGroupSettings
@Mutable
@NotThreadSafe
public static interface MediaPackageGroupSettings.Builder
extends SdkPojo, CopyableBuilder<MediaPackageGroupSettings.Builder,MediaPackageGroupSettings>
-
Method Summary
Modifier and TypeMethodDescriptiondestination
(Consumer<OutputLocationRef.Builder> destination) MediaPackage channel destination.destination
(OutputLocationRef destination) MediaPackage channel destination.mediapackageV2GroupSettings
(Consumer<MediaPackageV2GroupSettings.Builder> mediapackageV2GroupSettings) Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName.mediapackageV2GroupSettings
(MediaPackageV2GroupSettings mediapackageV2GroupSettings) Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName.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 Details
-
destination
MediaPackage channel destination.- Parameters:
destination
- MediaPackage channel destination.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destination
default MediaPackageGroupSettings.Builder destination(Consumer<OutputLocationRef.Builder> destination) MediaPackage channel destination. This is a convenience method that creates an instance of theOutputLocationRef.Builder
avoiding the need to create one manually viaOutputLocationRef.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todestination(OutputLocationRef)
.- Parameters:
destination
- a consumer that will call methods onOutputLocationRef.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mediapackageV2GroupSettings
MediaPackageGroupSettings.Builder mediapackageV2GroupSettings(MediaPackageV2GroupSettings mediapackageV2GroupSettings) Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest).- Parameters:
mediapackageV2GroupSettings
- Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediapackageV2GroupSettings
default MediaPackageGroupSettings.Builder mediapackageV2GroupSettings(Consumer<MediaPackageV2GroupSettings.Builder> mediapackageV2GroupSettings) Parameters that apply only if the destination parameter (for the output group) specifies a channelGroup and channelName. Use of these two paramters indicates that the output group is for MediaPackage V2 (CMAF Ingest). This is a convenience method that creates an instance of theMediaPackageV2GroupSettings.Builder
avoiding the need to create one manually viaMediaPackageV2GroupSettings.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomediapackageV2GroupSettings(MediaPackageV2GroupSettings)
.- Parameters:
mediapackageV2GroupSettings
- a consumer that will call methods onMediaPackageV2GroupSettings.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-