Interface SegmentationDescriptor.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SegmentationDescriptor.Builder,SegmentationDescriptor>,SdkBuilder<SegmentationDescriptor.Builder,SegmentationDescriptor>,SdkPojo
- Enclosing class:
- SegmentationDescriptor
public static interface SegmentationDescriptor.Builder extends SdkPojo, CopyableBuilder<SegmentationDescriptor.Builder,SegmentationDescriptor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SegmentationDescriptor.BuildersegmentationEventId(Integer segmentationEventId)The Event Identifier to assign to thesegmentation_descriptor.segmentation_event_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.SegmentationDescriptor.BuildersegmentationTypeId(Integer segmentationTypeId)The Type Identifier to assign to thesegmentation_descriptor.segmentation_type_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.SegmentationDescriptor.BuildersegmentationUpid(String segmentationUpid)The Upid to assign to thesegmentation_descriptor.segmentation_upidmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.SegmentationDescriptor.BuildersegmentationUpidType(Integer segmentationUpidType)The Upid Type to assign to thesegmentation_descriptor.segmentation_upid_typemessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.SegmentationDescriptor.BuildersegmentNum(Integer segmentNum)The segment number to assign to thesegmentation_descriptor.segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive.SegmentationDescriptor.BuildersegmentsExpected(Integer segmentsExpected)The number of segments expected, which is assigned to thesegmentation_descriptor.segments_expectedSmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive.SegmentationDescriptor.BuildersubSegmentNum(Integer subSegmentNum)The sub-segment number to assign to thesegmentation_descriptor.sub_segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.SegmentationDescriptor.BuildersubSegmentsExpected(Integer subSegmentsExpected)The number of sub-segments expected, which is assigned to thesegmentation_descriptor.sub_segments_expectedmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification.-
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
-
segmentationEventId
SegmentationDescriptor.Builder segmentationEventId(Integer segmentationEventId)
The Event Identifier to assign to the
segmentation_descriptor.segmentation_event_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The default value is 1.- Parameters:
segmentationEventId- The Event Identifier to assign to thesegmentation_descriptor.segmentation_event_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The default value is 1.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentationUpidType
SegmentationDescriptor.Builder segmentationUpidType(Integer segmentationUpidType)
The Upid Type to assign to the
segmentation_descriptor.segmentation_upid_typemessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is 14.- Parameters:
segmentationUpidType- The Upid Type to assign to thesegmentation_descriptor.segmentation_upid_typemessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is 14.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentationUpid
SegmentationDescriptor.Builder segmentationUpid(String segmentationUpid)
The Upid to assign to the
segmentation_descriptor.segmentation_upidmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The value must be a hexadecimal string containing only the characters 0 though 9 and A through F. The default value is "" (an empty string).- Parameters:
segmentationUpid- The Upid to assign to thesegmentation_descriptor.segmentation_upidmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. The value must be a hexadecimal string containing only the characters 0 though 9 and A through F. The default value is "" (an empty string).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentationTypeId
SegmentationDescriptor.Builder segmentationTypeId(Integer segmentationTypeId)
The Type Identifier to assign to the
segmentation_descriptor.segmentation_type_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is 48.- Parameters:
segmentationTypeId- The Type Identifier to assign to thesegmentation_descriptor.segmentation_type_idmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is 48.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentNum
SegmentationDescriptor.Builder segmentNum(Integer segmentNum)
The segment number to assign to the
segmentation_descriptor.segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. The default value is 0.- Parameters:
segmentNum- The segment number to assign to thesegmentation_descriptor.segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. The default value is 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
segmentsExpected
SegmentationDescriptor.Builder segmentsExpected(Integer segmentsExpected)
The number of segments expected, which is assigned to the
segmentation_descriptor.segments_expectedSmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. The default value is 0.- Parameters:
segmentsExpected- The number of segments expected, which is assigned to thesegmentation_descriptor.segments_expectedSmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification Values must be between 0 and 256, inclusive. The default value is 0.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subSegmentNum
SegmentationDescriptor.Builder subSegmentNum(Integer subSegmentNum)
The sub-segment number to assign to the
segmentation_descriptor.sub_segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The defualt value is null.- Parameters:
subSegmentNum- The sub-segment number to assign to thesegmentation_descriptor.sub_segment_nummessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The defualt value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subSegmentsExpected
SegmentationDescriptor.Builder subSegmentsExpected(Integer subSegmentsExpected)
The number of sub-segments expected, which is assigned to the
segmentation_descriptor.sub_segments_expectedmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is null.- Parameters:
subSegmentsExpected- The number of sub-segments expected, which is assigned to thesegmentation_descriptor.sub_segments_expectedmessage, as defined in section 10.3.3.1 of the 2022 SCTE-35 specification. Values must be between 0 and 256, inclusive. The default value is null.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-