Class KPIOptions
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.KPIOptions
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<KPIOptions.Builder,KPIOptions>
@Generated("software.amazon.awssdk:codegen") public final class KPIOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KPIOptions.Builder,KPIOptions>
The options that determine the presentation of a KPI visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKPIOptions.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static KPIOptions.Builderbuilder()ComparisonConfigurationcomparison()The comparison configuration of a KPI visual.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.ProgressBarOptionsprogressBar()The options that determine the presentation of the progress bar of a KPI visual.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()SecondaryValueOptionssecondaryValue()The options that determine the presentation of the secondary value of a KPI visual.FontConfigurationsecondaryValueFontConfiguration()The options that determine the secondary value font configuration.static Class<? extends KPIOptions.Builder>serializableBuilderClass()KPISparklineOptionssparkline()The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.KPIOptions.BuildertoBuilder()StringtoString()Returns a string representation of this object.TrendArrowOptionstrendArrows()The options that determine the presentation of trend arrows in a KPI visual.KPIVisualLayoutOptionsvisualLayoutOptions()The options that determine the layout a KPI visual.-
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
-
progressBar
public final ProgressBarOptions progressBar()
The options that determine the presentation of the progress bar of a KPI visual.
- Returns:
- The options that determine the presentation of the progress bar of a KPI visual.
-
trendArrows
public final TrendArrowOptions trendArrows()
The options that determine the presentation of trend arrows in a KPI visual.
- Returns:
- The options that determine the presentation of trend arrows in a KPI visual.
-
secondaryValue
public final SecondaryValueOptions secondaryValue()
The options that determine the presentation of the secondary value of a KPI visual.
- Returns:
- The options that determine the presentation of the secondary value of a KPI visual.
-
comparison
public final ComparisonConfiguration comparison()
The comparison configuration of a KPI visual.
- Returns:
- The comparison configuration of a KPI visual.
-
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
-
primaryValueFontConfiguration
public final FontConfiguration primaryValueFontConfiguration()
The options that determine the primary value font configuration.
- Returns:
- The options that determine the primary value font configuration.
-
secondaryValueFontConfiguration
public final FontConfiguration secondaryValueFontConfiguration()
The options that determine the secondary value font configuration.
- Returns:
- The options that determine the secondary value font configuration.
-
sparkline
public final KPISparklineOptions sparkline()
The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
- Returns:
- The options that determine the visibility, color, type, and tooltip visibility of the sparkline of a KPI visual.
-
visualLayoutOptions
public final KPIVisualLayoutOptions visualLayoutOptions()
The options that determine the layout a KPI visual.
- Returns:
- The options that determine the layout a KPI visual.
-
toBuilder
public KPIOptions.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<KPIOptions.Builder,KPIOptions>
-
builder
public static KPIOptions.Builder builder()
-
serializableBuilderClass
public static Class<? extends KPIOptions.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
-
-