Interface FreeFormLayoutScreenCanvasSizeOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FreeFormLayoutScreenCanvasSizeOptions.Builder,
,FreeFormLayoutScreenCanvasSizeOptions> SdkBuilder<FreeFormLayoutScreenCanvasSizeOptions.Builder,
,FreeFormLayoutScreenCanvasSizeOptions> SdkPojo
- Enclosing class:
FreeFormLayoutScreenCanvasSizeOptions
public static interface FreeFormLayoutScreenCanvasSizeOptions.Builder
extends SdkPojo, CopyableBuilder<FreeFormLayoutScreenCanvasSizeOptions.Builder,FreeFormLayoutScreenCanvasSizeOptions>
-
Method Summary
Modifier and TypeMethodDescriptionoptimizedViewPortWidth
(String optimizedViewPortWidth) The width that the view port will be optimized for when the layout renders.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, sdkFields
-
Method Details
-
optimizedViewPortWidth
The width that the view port will be optimized for when the layout renders.
- Parameters:
optimizedViewPortWidth
- The width that the view port will be optimized for when the layout renders.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-