@Generated(value="software.amazon.awssdk:codegen") public final class LayoutConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LayoutConfiguration.Builder,LayoutConfiguration>
The configuration that determines what the type of layout will be used on a sheet.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
Modifier and Type | Class and Description |
---|---|
static interface |
LayoutConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static LayoutConfiguration.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
FreeFormLayoutConfiguration |
freeFormLayout()
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GridLayoutConfiguration |
gridLayout()
A type of layout that can be used on a sheet.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
SectionBasedLayoutConfiguration |
sectionBasedLayout()
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
|
static Class<? extends LayoutConfiguration.Builder> |
serializableBuilderClass() |
LayoutConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final GridLayoutConfiguration gridLayout()
A type of layout that can be used on a sheet. In a grid layout, visuals snap to a grid with standard spacing and
alignment. Dashboards are displayed as designed, with options to fit to screen or view at actual size. A grid
layout can be configured to behave in one of two ways when the viewport is resized: FIXED
or
RESPONSIVE
.
FIXED
or RESPONSIVE
.public final FreeFormLayoutConfiguration freeFormLayout()
A free-form is optimized for a fixed width and has more control over the exact placement of layout elements.
public final SectionBasedLayoutConfiguration sectionBasedLayout()
A section based layout organizes visuals into multiple sections and has customized header, footer and page break.
public LayoutConfiguration.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<LayoutConfiguration.Builder,LayoutConfiguration>
public static LayoutConfiguration.Builder builder()
public static Class<? extends LayoutConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.