Class GaugeChartOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.GaugeChartOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GaugeChartOptions.Builder,GaugeChartOptions>
@Generated("software.amazon.awssdk:codegen") public final class GaugeChartOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GaugeChartOptions.Builder,GaugeChartOptions>
The options that determine the presentation of the
GaugeChartVisual.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGaugeChartOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ArcConfigurationarc()The arc configuration of aGaugeChartVisual.ArcAxisConfigurationarcAxis()The arc axis configuration of aGaugeChartVisual.static GaugeChartOptions.Builderbuilder()ComparisonConfigurationcomparison()The comparison configuration of aGaugeChartVisual.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()PrimaryValueDisplayTypeprimaryValueDisplayType()The options that determine the primary value display type.StringprimaryValueDisplayTypeAsString()The options that determine the primary value display type.FontConfigurationprimaryValueFontConfiguration()The options that determine the primary value font configuration.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends GaugeChartOptions.Builder>serializableBuilderClass()GaugeChartOptions.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
-
primaryValueDisplayType
public final PrimaryValueDisplayType primaryValueDisplayType()
The options that determine the primary value display type.
If the service returns an enum value that is not available in the current SDK version,
primaryValueDisplayTypewill returnPrimaryValueDisplayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprimaryValueDisplayTypeAsString().- Returns:
- The options that determine the primary value display type.
- See Also:
PrimaryValueDisplayType
-
primaryValueDisplayTypeAsString
public final String primaryValueDisplayTypeAsString()
The options that determine the primary value display type.
If the service returns an enum value that is not available in the current SDK version,
primaryValueDisplayTypewill returnPrimaryValueDisplayType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromprimaryValueDisplayTypeAsString().- Returns:
- The options that determine the primary value display type.
- See Also:
PrimaryValueDisplayType
-
comparison
public final ComparisonConfiguration comparison()
The comparison configuration of a
GaugeChartVisual.- Returns:
- The comparison configuration of a
GaugeChartVisual.
-
arcAxis
public final ArcAxisConfiguration arcAxis()
The arc axis configuration of a
GaugeChartVisual.- Returns:
- The arc axis configuration of a
GaugeChartVisual.
-
arc
public final ArcConfiguration arc()
The arc configuration of a
GaugeChartVisual.- Returns:
- The arc configuration of a
GaugeChartVisual.
-
primaryValueFontConfiguration
public final FontConfiguration primaryValueFontConfiguration()
The options that determine the primary value font configuration.
- Returns:
- The options that determine the primary value font configuration.
-
toBuilder
public GaugeChartOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GaugeChartOptions.Builder,GaugeChartOptions>
-
builder
public static GaugeChartOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends GaugeChartOptions.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
-
-