Interface FormatSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<FormatSettings.Builder,,FormatSettings> SdkBuilder<FormatSettings.Builder,,FormatSettings> SdkPojo
- Enclosing class:
FormatSettings
@Mutable
@NotThreadSafe
public static interface FormatSettings.Builder
extends SdkPojo, CopyableBuilder<FormatSettings.Builder,FormatSettings>
-
Method Summary
Modifier and TypeMethodDescriptionframesPerSecond(Integer framesPerSecond) <p>The target frame rate for the output.</p>heightInPixels(Integer heightInPixels) <p>The target height of the output, in pixels.</p>widthInPixels(Integer widthInPixels) <p>The target width of the output, in pixels.</p>Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
framesPerSecond
<p>The target frame rate for the output.</p>- Parameters:
framesPerSecond- <p>The target frame rate for the output.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
widthInPixels
<p>The target width of the output, in pixels.</p>- Parameters:
widthInPixels- <p>The target width of the output, in pixels.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
heightInPixels
<p>The target height of the output, in pixels.</p>- Parameters:
heightInPixels- <p>The target height of the output, in pixels.</p>- Returns:
- Returns a reference to this object so that method calls can be chained together.
-