Class GridLayoutScreenCanvasSizeOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GridLayoutScreenCanvasSizeOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGridLayoutScreenCanvasSizeOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GridLayoutScreenCanvasSizeOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringoptimizedViewPortWidth()The width that the view port will be optimized for when the layout renders.ResizeOptionresizeOption()This value determines the layout behavior when the viewport is resized.StringresizeOptionAsString()This value determines the layout behavior when the viewport is resized.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder>serializableBuilderClass()GridLayoutScreenCanvasSizeOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
resizeOption
public 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 QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the QuickSight console, this option is calledTiled.
If the service returns an enum value that is not available in the current SDK version,
resizeOptionwill returnResizeOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresizeOptionAsString().- Returns:
- This value determines the layout behavior when the viewport is resized.
-
FIXED: A fixed width will be used when optimizing the layout. In the QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the QuickSight console, this option is calledTiled.
-
- See Also:
ResizeOption
-
-
resizeOptionAsString
public 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 QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the QuickSight console, this option is calledTiled.
If the service returns an enum value that is not available in the current SDK version,
resizeOptionwill returnResizeOption.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromresizeOptionAsString().- Returns:
- This value determines the layout behavior when the viewport is resized.
-
FIXED: A fixed width will be used when optimizing the layout. In the QuickSight console, this option is calledClassic. -
RESPONSIVE: The width of the canvas will be responsive and optimized to the view port. In the QuickSight console, this option is calledTiled.
-
- See Also:
ResizeOption
-
-
optimizedViewPortWidth
public final String optimizedViewPortWidth()
The width that the view port will be optimized for when the layout renders.
- Returns:
- The width that the view port will be optimized for when the layout renders.
-
toBuilder
public GridLayoutScreenCanvasSizeOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GridLayoutScreenCanvasSizeOptions.Builder,GridLayoutScreenCanvasSizeOptions>
-
builder
public static GridLayoutScreenCanvasSizeOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends GridLayoutScreenCanvasSizeOptions.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-