Interface SpliceInsertMessage.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SpliceInsertMessage.Builder,,- SpliceInsertMessage> - SdkBuilder<SpliceInsertMessage.Builder,,- SpliceInsertMessage> - SdkPojo
- Enclosing class:
- SpliceInsertMessage
@Mutable
@NotThreadSafe
public static interface SpliceInsertMessage.Builder
extends SdkPojo, CopyableBuilder<SpliceInsertMessage.Builder,SpliceInsertMessage> 
- 
Method SummaryModifier and TypeMethodDescriptionThis is written tosplice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification.availsExpected(Integer availsExpected) This is written tosplice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification.spliceEventId(Integer spliceEventId) This is written tosplice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification.uniqueProgramId(Integer uniqueProgramId) This is written tosplice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
availNumThis is written to splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Parameters:
- availNum- This is written to- splice_insert.avail_num, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is- 0. Values must be between- 0and- 256, inclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availsExpectedThis is written to splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Parameters:
- availsExpected- This is written to- splice_insert.avails_expected, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is- 0. Values must be between- 0and- 256, inclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
spliceEventIdThis is written to splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is1.- Parameters:
- spliceEventId- This is written to- splice_insert.splice_event_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is- 1.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
uniqueProgramIdThis is written to splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is0. Values must be between0and256, inclusive.- Parameters:
- uniqueProgramId- This is written to- splice_insert.unique_program_id, as defined in section 9.7.3.1 of the SCTE-35 specification. The default value is- 0. Values must be between- 0and- 256, inclusive.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-