Class NumericFormatConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.NumericFormatConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class NumericFormatConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
The options that determine the numeric format configuration.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceNumericFormatConfiguration.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
-
numberDisplayFormatConfiguration
public final NumberDisplayFormatConfiguration numberDisplayFormatConfiguration()
The options that determine the number display format configuration.
- Returns:
- The options that determine the number display format configuration.
-
currencyDisplayFormatConfiguration
public final CurrencyDisplayFormatConfiguration currencyDisplayFormatConfiguration()
The options that determine the currency display format configuration.
- Returns:
- The options that determine the currency display format configuration.
-
percentageDisplayFormatConfiguration
public final PercentageDisplayFormatConfiguration percentageDisplayFormatConfiguration()
The options that determine the percentage display format configuration.
- Returns:
- The options that determine the percentage display format configuration.
-
toBuilder
public NumericFormatConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<NumericFormatConfiguration.Builder,NumericFormatConfiguration>
-
builder
public static NumericFormatConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends NumericFormatConfiguration.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
-
-