Interface TeletextSourceSettings.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<TeletextSourceSettings.Builder,,- TeletextSourceSettings> - SdkBuilder<TeletextSourceSettings.Builder,,- TeletextSourceSettings> - SdkPojo
- Enclosing class:
- TeletextSourceSettings
@Mutable
@NotThreadSafe
public static interface TeletextSourceSettings.Builder
extends SdkPojo, CopyableBuilder<TeletextSourceSettings.Builder,TeletextSourceSettings> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault TeletextSourceSettings.BuilderoutputRectangle(Consumer<CaptionRectangle.Builder> outputRectangle) Optionally defines a region where TTML style captions will be displayed This is a convenience method that creates an instance of theCaptionRectangle.Builderavoiding the need to create one manually viaCaptionRectangle.builder().outputRectangle(CaptionRectangle outputRectangle) Optionally defines a region where TTML style captions will be displayedpageNumber(String pageNumber) Specifies the teletext page number within the data stream from which to extract captions.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- 
outputRectangleOptionally defines a region where TTML style captions will be displayed- Parameters:
- outputRectangle- Optionally defines a region where TTML style captions will be displayed
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
outputRectangledefault TeletextSourceSettings.Builder outputRectangle(Consumer<CaptionRectangle.Builder> outputRectangle) Optionally defines a region where TTML style captions will be displayed This is a convenience method that creates an instance of theCaptionRectangle.Builderavoiding the need to create one manually viaCaptionRectangle.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tooutputRectangle(CaptionRectangle).- Parameters:
- outputRectangle- a consumer that will call methods on- CaptionRectangle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pageNumberSpecifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.- Parameters:
- pageNumber- Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-