Class WaterfallChartGroupColorConfiguration
- java.lang.Object
-
- software.amazon.awssdk.services.quicksight.model.WaterfallChartGroupColorConfiguration
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>
@Generated("software.amazon.awssdk:codegen") public final class WaterfallChartGroupColorConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>
The color configuration for individual groups within a waterfall visual.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWaterfallChartGroupColorConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WaterfallChartGroupColorConfiguration.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringnegativeBarColor()Defines the color for the negative bars of a waterfall chart.StringpositiveBarColor()Defines the color for the positive bars of a waterfall chart.List<SdkField<?>>sdkFields()static Class<? extends WaterfallChartGroupColorConfiguration.Builder>serializableBuilderClass()WaterfallChartGroupColorConfiguration.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringtotalBarColor()Defines the color for the total bars of a waterfall chart.-
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
-
positiveBarColor
public final String positiveBarColor()
Defines the color for the positive bars of a waterfall chart.
- Returns:
- Defines the color for the positive bars of a waterfall chart.
-
negativeBarColor
public final String negativeBarColor()
Defines the color for the negative bars of a waterfall chart.
- Returns:
- Defines the color for the negative bars of a waterfall chart.
-
totalBarColor
public final String totalBarColor()
Defines the color for the total bars of a waterfall chart.
- Returns:
- Defines the color for the total bars of a waterfall chart.
-
toBuilder
public WaterfallChartGroupColorConfiguration.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WaterfallChartGroupColorConfiguration.Builder,WaterfallChartGroupColorConfiguration>
-
builder
public static WaterfallChartGroupColorConfiguration.Builder builder()
-
serializableBuilderClass
public static Class<? extends WaterfallChartGroupColorConfiguration.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.
-
-