| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
static SegmentationDescriptor.Builder |
SegmentationDescriptor.builder() |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentationEventId(Integer segmentationEventId)
The Event Identifier to assign to the
segmentation_descriptor.segmentation_event_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentationTypeId(Integer segmentationTypeId)
The Type Identifier to assign to the
segmentation_descriptor.segmentation_type_id message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentationUpid(String segmentationUpid)
The Upid to assign to the
segmentation_descriptor.segmentation_upid message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentationUpidType(Integer segmentationUpidType)
The Upid Type to assign to the
segmentation_descriptor.segmentation_upid_type message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentNum(Integer segmentNum)
The segment number to assign to the
segmentation_descriptor.segment_num message, as defined in
section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.segmentsExpected(Integer segmentsExpected)
The number of segments expected, which is assigned to the
segmentation_descriptor.segments_expectedS message, as defined in section 10.3.3.1 of the 2022
SCTE-35 specification Values must be between 0 and 256, inclusive. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.subSegmentNum(Integer subSegmentNum)
The sub-segment number to assign to the
segmentation_descriptor.sub_segment_num message, as
defined in section 10.3.3.1 of the 2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.Builder.subSegmentsExpected(Integer subSegmentsExpected)
The number of sub-segments expected, which is assigned to the
segmentation_descriptor.sub_segments_expected message, as defined in section 10.3.3.1 of the
2022 SCTE-35 specification. |
SegmentationDescriptor.Builder |
SegmentationDescriptor.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SegmentationDescriptor.Builder> |
SegmentationDescriptor.serializableBuilderClass() |
Copyright © 2022. All rights reserved.