Class LineChartLineStyleSettings
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.LineChartLineStyleSettings
-
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
@Generated("software.amazon.awssdk:codegen") public final class LineChartLineStyleSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
Line styles options for a line series in
LineChartVisual
.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
LineChartLineStyleSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LineChartLineStyleSettings.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
LineInterpolation
lineInterpolation()
Interpolation style for line series.String
lineInterpolationAsString()
Interpolation style for line series.LineChartLineStyle
lineStyle()
Line style for line series.String
lineStyleAsString()
Line style for line series.Visibility
lineVisibility()
Configuration option that determines whether to show the line for the series.String
lineVisibilityAsString()
Configuration option that determines whether to show the line for the series.String
lineWidth()
Width that determines the line thickness.List<SdkField<?>>
sdkFields()
static Class<? extends LineChartLineStyleSettings.Builder>
serializableBuilderClass()
LineChartLineStyleSettings.Builder
toBuilder()
String
toString()
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
-
lineVisibility
public final Visibility lineVisibility()
Configuration option that determines whether to show the line for the series.
If the service returns an enum value that is not available in the current SDK version,
lineVisibility
will returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineVisibilityAsString()
.- Returns:
- Configuration option that determines whether to show the line for the series.
- See Also:
Visibility
-
lineVisibilityAsString
public final String lineVisibilityAsString()
Configuration option that determines whether to show the line for the series.
If the service returns an enum value that is not available in the current SDK version,
lineVisibility
will returnVisibility.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineVisibilityAsString()
.- Returns:
- Configuration option that determines whether to show the line for the series.
- See Also:
Visibility
-
lineInterpolation
public final LineInterpolation lineInterpolation()
Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
If the service returns an enum value that is not available in the current SDK version,
lineInterpolation
will returnLineInterpolation.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineInterpolationAsString()
.- Returns:
- Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
-
- See Also:
LineInterpolation
-
-
lineInterpolationAsString
public final String lineInterpolationAsString()
Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
If the service returns an enum value that is not available in the current SDK version,
lineInterpolation
will returnLineInterpolation.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineInterpolationAsString()
.- Returns:
- Interpolation style for line series.
-
LINEAR
: Show as default, linear style. -
SMOOTH
: Show as a smooth curve. -
STEPPED
: Show steps in line.
-
- See Also:
LineInterpolation
-
-
lineStyle
public final LineChartLineStyle lineStyle()
Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
If the service returns an enum value that is not available in the current SDK version,
lineStyle
will returnLineChartLineStyle.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineStyleAsString()
.- Returns:
- Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
-
- See Also:
LineChartLineStyle
-
-
lineStyleAsString
public final String lineStyleAsString()
Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
If the service returns an enum value that is not available in the current SDK version,
lineStyle
will returnLineChartLineStyle.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available fromlineStyleAsString()
.- Returns:
- Line style for line series.
-
SOLID
: Show as a solid line. -
DOTTED
: Show as a dotted line. -
DASHED
: Show as a dashed line.
-
- See Also:
LineChartLineStyle
-
-
lineWidth
public final String lineWidth()
Width that determines the line thickness.
- Returns:
- Width that determines the line thickness.
-
toBuilder
public LineChartLineStyleSettings.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<LineChartLineStyleSettings.Builder,LineChartLineStyleSettings>
-
builder
public static LineChartLineStyleSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends LineChartLineStyleSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
-