Class ThousandSeparatorOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.ThousandSeparatorOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
@Generated("software.amazon.awssdk:codegen") public final class ThousandSeparatorOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
The options that determine the thousands separator configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceThousandSeparatorOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ThousandSeparatorOptions.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)DigitGroupingStylegroupingStyle()Determines the way numbers are styled to accommodate different readability standards.StringgroupingStyleAsString()Determines the way numbers are styled to accommodate different readability standards.inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ThousandSeparatorOptions.Builder>serializableBuilderClass()NumericSeparatorSymbolsymbol()Determines the thousands separator symbol.StringsymbolAsString()Determines the thousands separator symbol.ThousandSeparatorOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.Visibilityvisibility()Determines the visibility of the thousands separator.StringvisibilityAsString()Determines the visibility of the thousands separator.-
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
-
symbol
public final NumericSeparatorSymbol symbol()
Determines the thousands separator symbol.
If the service returns an enum value that is not available in the current SDK version,
symbolwill returnNumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsymbolAsString().- Returns:
- Determines the thousands separator symbol.
- See Also:
NumericSeparatorSymbol
-
symbolAsString
public final String symbolAsString()
Determines the thousands separator symbol.
If the service returns an enum value that is not available in the current SDK version,
symbolwill returnNumericSeparatorSymbol.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsymbolAsString().- Returns:
- Determines the thousands separator symbol.
- See Also:
NumericSeparatorSymbol
-
visibility
public final Visibility visibility()
Determines the visibility of the thousands separator.
If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- Determines the visibility of the thousands separator.
- See Also:
Visibility
-
visibilityAsString
public final String visibilityAsString()
Determines the visibility of the thousands separator.
If the service returns an enum value that is not available in the current SDK version,
visibilitywill returnVisibility.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisibilityAsString().- Returns:
- Determines the visibility of the thousands separator.
- See Also:
Visibility
-
groupingStyle
public final DigitGroupingStyle groupingStyle()
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.If the service returns an enum value that is not available in the current SDK version,
groupingStylewill returnDigitGroupingStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupingStyleAsString().- Returns:
- Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores. - See Also:
DigitGroupingStyle
-
groupingStyleAsString
public final String groupingStyleAsString()
Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores.If the service returns an enum value that is not available in the current SDK version,
groupingStylewill returnDigitGroupingStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromgroupingStyleAsString().- Returns:
- Determines the way numbers are styled to accommodate different readability standards. The
DEFAULTvalue uses the standard international grouping system and groups numbers by the thousands. TheLAKHSvalue uses the Indian numbering system and groups numbers by lakhs and crores. - See Also:
DigitGroupingStyle
-
toBuilder
public ThousandSeparatorOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ThousandSeparatorOptions.Builder,ThousandSeparatorOptions>
-
builder
public static ThousandSeparatorOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends ThousandSeparatorOptions.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
-
-