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 Summary
Modifier 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.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 Details
-
jpeg
Sets 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:
-
jpeg
Sets 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:
-
png
Sets 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:
-
png
Sets 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:
-
mp4
Sets 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:
-
mp4
Sets 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:
-
mov
Sets 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:
-
mov
Sets 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:
-