Class PivotFieldSortOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.PivotFieldSortOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PivotFieldSortOptions.Builder,PivotFieldSortOptions>
@Generated("software.amazon.awssdk:codegen") public final class PivotFieldSortOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PivotFieldSortOptions.Builder,PivotFieldSortOptions>
The field sort options for a pivot table sort configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePivotFieldSortOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PivotFieldSortOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringfieldId()The field ID for the field sort options.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PivotFieldSortOptions.Builder>serializableBuilderClass()PivotTableSortBysortBy()The sort by field for the field sort options.PivotFieldSortOptions.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
-
fieldId
public final String fieldId()
The field ID for the field sort options.
- Returns:
- The field ID for the field sort options.
-
sortBy
public final PivotTableSortBy sortBy()
The sort by field for the field sort options.
- Returns:
- The sort by field for the field sort options.
-
toBuilder
public PivotFieldSortOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PivotFieldSortOptions.Builder,PivotFieldSortOptions>
-
builder
public static PivotFieldSortOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends PivotFieldSortOptions.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
-
-