Interface Resolution.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Resolution.Builder,,Resolution> SdkBuilder<Resolution.Builder,,Resolution> SdkPojo
- Enclosing class:
 Resolution
public static interface Resolution.Builder
extends SdkPojo, CopyableBuilder<Resolution.Builder,Resolution> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe screen resolution's height, expressed in pixels.The screen resolution's width, expressed 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, sdkFields 
- 
Method Details
- 
width
The screen resolution's width, expressed in pixels.
- Parameters:
 width- The screen resolution's width, expressed in pixels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
height
The screen resolution's height, expressed in pixels.
- Parameters:
 height- The screen resolution's height, expressed in pixels.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -