Interface ViewPort.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ViewPort.Builder,
,ViewPort> SdkBuilder<ViewPort.Builder,
,ViewPort> SdkPojo
- Enclosing class:
ViewPort
@Mutable
@NotThreadSafe
public static interface ViewPort.Builder
extends SdkPojo, CopyableBuilder<ViewPort.Builder,ViewPort>
-
Method Summary
Modifier and TypeMethodDescriptionThe height of the viewport in pixels.The width of the viewport in pixels.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
-
width
The width of the viewport in pixels. This value determines the horizontal dimension of the visible area. Valid values range from 800 to 1920 pixels.
- Parameters:
width
- The width of the viewport in pixels. This value determines the horizontal dimension of the visible area. Valid values range from 800 to 1920 pixels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
height
The height of the viewport in pixels. This value determines the vertical dimension of the visible area. Valid values range from 600 to 1080 pixels.
- Parameters:
height
- The height of the viewport in pixels. This value determines the vertical dimension of the visible area. Valid values range from 600 to 1080 pixels.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-