Class BodySectionRepeatDimensionConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.BodySectionRepeatDimensionConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class BodySectionRepeatDimensionConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>
Describes the dataset column and constraints for the dynamic values used to repeat the contents of a section. The dataset column is either Category or Numeric column configuration
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBodySectionRepeatDimensionConfiguration.Builder
-
Method Summary
-
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
-
dynamicCategoryDimensionConfiguration
public final BodySectionDynamicCategoryDimensionConfiguration dynamicCategoryDimensionConfiguration()
Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
- Returns:
- Describes the Category dataset column and constraints around the dynamic values that will be used in repeating the section contents.
-
dynamicNumericDimensionConfiguration
public final BodySectionDynamicNumericDimensionConfiguration dynamicNumericDimensionConfiguration()
Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
- Returns:
- Describes the Numeric dataset column and constraints around the dynamic values used to repeat the contents of a section.
-
toBuilder
public BodySectionRepeatDimensionConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<BodySectionRepeatDimensionConfiguration.Builder,BodySectionRepeatDimensionConfiguration>
-
builder
public static BodySectionRepeatDimensionConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends BodySectionRepeatDimensionConfiguration.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
-
-