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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FreeFormLayoutScreenCanvasSizeOptions.Builder
optimizedViewPortWidth(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
optimizedViewPortWidth
FreeFormLayoutScreenCanvasSizeOptions.Builder optimizedViewPortWidth(String 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.
-
-