Interface ModalityRoutingConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModalityRoutingConfiguration.Builder,,- ModalityRoutingConfiguration> - SdkBuilder<ModalityRoutingConfiguration.Builder,,- ModalityRoutingConfiguration> - SdkPojo
- Enclosing class:
- ModalityRoutingConfiguration
@Mutable
@NotThreadSafe
public static interface ModalityRoutingConfiguration.Builder
extends SdkPojo, CopyableBuilder<ModalityRoutingConfiguration.Builder,ModalityRoutingConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptionSets the value of the Jpeg property for this object.jpeg(DesiredModality jpeg) Sets the value of the Jpeg property for this object.Sets the value of the Mov property for this object.mov(DesiredModality mov) Sets the value of the Mov property for this object.Sets the value of the Mp4 property for this object.mp4(DesiredModality mp4) Sets the value of the Mp4 property for this object.Sets the value of the Png property for this object.png(DesiredModality png) Sets the value of the Png property for this object.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- 
jpegSets the value of the Jpeg property for this object.- Parameters:
- jpeg- The new value for the Jpeg property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
jpegSets the value of the Jpeg property for this object.- Parameters:
- jpeg- The new value for the Jpeg property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pngSets the value of the Png property for this object.- Parameters:
- png- The new value for the Png property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
pngSets the value of the Png property for this object.- Parameters:
- png- The new value for the Png property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mp4Sets the value of the Mp4 property for this object.- Parameters:
- mp4- The new value for the Mp4 property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
mp4Sets the value of the Mp4 property for this object.- Parameters:
- mp4- The new value for the Mp4 property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
movSets the value of the Mov property for this object.- Parameters:
- mov- The new value for the Mov property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
movSets the value of the Mov property for this object.- Parameters:
- mov- The new value for the Mov property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-