Class SparklinesOptions
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SparklinesOptions.Builder,SparklinesOptions>
The options for sparklines in a table.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the AllPointsMarker property for this object.static SparklinesOptions.Builderbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final StringfieldId()The field ID of the value column that the sparkline is applied to.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe color of the sparkline line.final LineInterpolationThe interpolation style for the sparkline line.final StringThe interpolation style for the sparkline line.Returns the value of the MaxValueMarker property for this object.Returns the value of the MinValueMarker property for this object.static Class<? extends SparklinesOptions.Builder> Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.final SparklineVisualTypeThe type of the sparkline.final StringThe type of the sparkline.final DimensionFieldReturns the value of the XAxisField property for this object.final SparklineAxisBehaviorDetermines whether the Y axis is shared across all sparklines or independent for each sparkline.final StringDetermines whether the Y axis is shared across all sparklines or independent for each sparkline.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
fieldId
The field ID of the value column that the sparkline is applied to.
- Returns:
- The field ID of the value column that the sparkline is applied to.
-
xAxisField
Returns the value of the XAxisField property for this object.- Returns:
- The value of the XAxisField property for this object.
-
yAxisBehavior
Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
If the service returns an enum value that is not available in the current SDK version,
yAxisBehaviorwill returnSparklineAxisBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromyAxisBehaviorAsString().- Returns:
- Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
- See Also:
-
yAxisBehaviorAsString
Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
If the service returns an enum value that is not available in the current SDK version,
yAxisBehaviorwill returnSparklineAxisBehavior.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromyAxisBehaviorAsString().- Returns:
- Determines whether the Y axis is shared across all sparklines or independent for each sparkline.
- See Also:
-
visualType
The type of the sparkline. Valid values are
LINEandAREA_LINE.If the service returns an enum value that is not available in the current SDK version,
visualTypewill returnSparklineVisualType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisualTypeAsString().- Returns:
- The type of the sparkline. Valid values are
LINEandAREA_LINE. - See Also:
-
visualTypeAsString
The type of the sparkline. Valid values are
LINEandAREA_LINE.If the service returns an enum value that is not available in the current SDK version,
visualTypewill returnSparklineVisualType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromvisualTypeAsString().- Returns:
- The type of the sparkline. Valid values are
LINEandAREA_LINE. - See Also:
-
lineColor
The color of the sparkline line.
- Returns:
- The color of the sparkline line.
-
lineInterpolation
The interpolation style for the sparkline line.
If the service returns an enum value that is not available in the current SDK version,
lineInterpolationwill returnLineInterpolation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlineInterpolationAsString().- Returns:
- The interpolation style for the sparkline line.
- See Also:
-
lineInterpolationAsString
The interpolation style for the sparkline line.
If the service returns an enum value that is not available in the current SDK version,
lineInterpolationwill returnLineInterpolation.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlineInterpolationAsString().- Returns:
- The interpolation style for the sparkline line.
- See Also:
-
allPointsMarker
Returns the value of the AllPointsMarker property for this object.- Returns:
- The value of the AllPointsMarker property for this object.
-
maxValueMarker
Returns the value of the MaxValueMarker property for this object.- Returns:
- The value of the MaxValueMarker property for this object.
-
minValueMarker
Returns the value of the MinValueMarker property for this object.- Returns:
- The value of the MinValueMarker property for this object.
-
toBuilder
Description copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<SparklinesOptions.Builder,SparklinesOptions> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
-
hashCode
-
equals
-
equalsBySdkFields
Description copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an
SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
equalsBySdkFieldsin interfaceSdkPojo- Parameters:
obj- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
-
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo- Returns:
- The mapping between the field name and its corresponding field.
-