Class DefaultInteractiveLayoutConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DefaultInteractiveLayoutConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DefaultInteractiveLayoutConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>
The options that determine the default settings for interactive layout configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultInteractiveLayoutConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultInteractiveLayoutConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DefaultFreeFormLayoutConfigurationfreeForm()The options that determine the default settings of a free-form layout configuration.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)DefaultGridLayoutConfigurationgrid()The options that determine the default settings for a grid layout configuration.inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DefaultInteractiveLayoutConfiguration.Builder>serializableBuilderClass()DefaultInteractiveLayoutConfiguration.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
-
grid
public final DefaultGridLayoutConfiguration grid()
The options that determine the default settings for a grid layout configuration.
- Returns:
- The options that determine the default settings for a grid layout configuration.
-
freeForm
public final DefaultFreeFormLayoutConfiguration freeForm()
The options that determine the default settings of a free-form layout configuration.
- Returns:
- The options that determine the default settings of a free-form layout configuration.
-
toBuilder
public DefaultInteractiveLayoutConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultInteractiveLayoutConfiguration.Builder,DefaultInteractiveLayoutConfiguration>
-
builder
public static DefaultInteractiveLayoutConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultInteractiveLayoutConfiguration.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.
-
-