Interface Resolution.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Resolution.Builder,,Resolution> SdkBuilder<Resolution.Builder,,Resolution> SdkPojo
- Enclosing class:
Resolution
@Mutable
@NotThreadSafe
public static interface Resolution.Builder
extends SdkPojo, CopyableBuilder<Resolution.Builder,Resolution>
-
Method Summary
Modifier and TypeMethodDescriptionThe height of the stream session's virtual monitor, in pixels.The width of the stream session's virtual monitor, in pixels.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
-
width
The width of the stream session's virtual monitor, in pixels. The value must be an even number.
- Parameters:
width- The width of the stream session's virtual monitor, in pixels. The value must be an even number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
The height of the stream session's virtual monitor, in pixels. The value must be an even number.
- Parameters:
height- The height of the stream session's virtual monitor, in pixels. The value must be an even number.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-