@Generated(value="software.amazon.awssdk:codegen") public final class GridLayoutScreenCanvasSizeOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>
The options that determine the sizing of the canvas used in a grid layout.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GridLayoutScreenCanvasSizeOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GridLayoutScreenCanvasSizeOptions.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
optimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
|
ResizeOption |
resizeOption()
This value determines the layout behavior when the viewport is resized.
|
String |
resizeOptionAsString()
This value determines the layout behavior when the viewport is resized.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder> |
serializableBuilderClass() |
GridLayoutScreenCanvasSizeOptions.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ResizeOption resizeOption()
This value determines the layout behavior when the viewport is resized.
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled.
If the service returns an enum value that is not available in the current SDK version, resizeOption will
return ResizeOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resizeOptionAsString().
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In
the Amazon QuickSight console, this option is called Tiled.
ResizeOptionpublic final String resizeOptionAsString()
This value determines the layout behavior when the viewport is resized.
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight console, this
option is called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the Amazon
QuickSight console, this option is called Tiled.
If the service returns an enum value that is not available in the current SDK version, resizeOption will
return ResizeOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
resizeOptionAsString().
FIXED: A fixed width will be used when optimizing the layout. In the Amazon QuickSight
console, this option is called Classic.
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In
the Amazon QuickSight console, this option is called Tiled.
ResizeOptionpublic final String optimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
public GridLayoutScreenCanvasSizeOptions.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>public static GridLayoutScreenCanvasSizeOptions.Builder builder()
public static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.