Interface AvailBlanking.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AvailBlanking.Builder,,- AvailBlanking> - SdkBuilder<AvailBlanking.Builder,,- AvailBlanking> - SdkPojo
- Enclosing class:
- AvailBlanking
@Mutable
@NotThreadSafe
public static interface AvailBlanking.Builder
extends SdkPojo, CopyableBuilder<AvailBlanking.Builder,AvailBlanking> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault AvailBlanking.BuilderavailBlankingImage(Consumer<InputLocation.Builder> availBlankingImage) Blanking image to be used.availBlankingImage(InputLocation availBlankingImage) Blanking image to be used.When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.state(AvailBlankingState state) When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.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- 
availBlankingImageBlanking image to be used. Leave empty for solid black. Only bmp and png images are supported.- Parameters:
- availBlankingImage- Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
availBlankingImagedefault AvailBlanking.Builder availBlankingImage(Consumer<InputLocation.Builder> availBlankingImage) Blanking image to be used. Leave empty for solid black. Only bmp and png images are supported. This is a convenience method that creates an instance of theInputLocation.Builderavoiding the need to create one manually viaInputLocation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toavailBlankingImage(InputLocation).- Parameters:
- availBlankingImage- a consumer that will call methods on- InputLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateWhen set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.- Parameters:
- state- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
stateWhen set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.- Parameters:
- state- When set to enabled, causes video, audio and captions to be blanked when insertion metadata is added.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-