Class DefaultNewSheetConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.DefaultNewSheetConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class DefaultNewSheetConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
The configuration for default new sheet settings.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDefaultNewSheetConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DefaultNewSheetConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()DefaultInteractiveLayoutConfigurationinteractiveLayoutConfiguration()The options that determine the default settings for interactive layout configuration.DefaultPaginatedLayoutConfigurationpaginatedLayoutConfiguration()The options that determine the default settings for a paginated layout configuration.List<SdkField<?>>sdkFields()static Class<? extends DefaultNewSheetConfiguration.Builder>serializableBuilderClass()SheetContentTypesheetContentType()The option that determines the sheet content type.StringsheetContentTypeAsString()The option that determines the sheet content type.DefaultNewSheetConfiguration.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
-
interactiveLayoutConfiguration
public final DefaultInteractiveLayoutConfiguration interactiveLayoutConfiguration()
The options that determine the default settings for interactive layout configuration.
- Returns:
- The options that determine the default settings for interactive layout configuration.
-
paginatedLayoutConfiguration
public final DefaultPaginatedLayoutConfiguration paginatedLayoutConfiguration()
The options that determine the default settings for a paginated layout configuration.
- Returns:
- The options that determine the default settings for a paginated layout configuration.
-
sheetContentType
public final SheetContentType sheetContentType()
The option that determines the sheet content type.
If the service returns an enum value that is not available in the current SDK version,
sheetContentTypewill returnSheetContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsheetContentTypeAsString().- Returns:
- The option that determines the sheet content type.
- See Also:
SheetContentType
-
sheetContentTypeAsString
public final String sheetContentTypeAsString()
The option that determines the sheet content type.
If the service returns an enum value that is not available in the current SDK version,
sheetContentTypewill returnSheetContentType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsheetContentTypeAsString().- Returns:
- The option that determines the sheet content type.
- See Also:
SheetContentType
-
toBuilder
public DefaultNewSheetConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DefaultNewSheetConfiguration.Builder,DefaultNewSheetConfiguration>
-
builder
public static DefaultNewSheetConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends DefaultNewSheetConfiguration.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.
-
-