Interface DataBarsOptions.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DataBarsOptions.Builder,DataBarsOptions>,SdkBuilder<DataBarsOptions.Builder,DataBarsOptions>,SdkPojo
- Enclosing class:
- DataBarsOptions
@Mutable @NotThreadSafe public static interface DataBarsOptions.Builder extends SdkPojo, CopyableBuilder<DataBarsOptions.Builder,DataBarsOptions>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataBarsOptions.BuilderfieldId(String fieldId)The field ID for the data bars options.DataBarsOptions.BuildernegativeColor(String negativeColor)The color of the negative data bar.DataBarsOptions.BuilderpositiveColor(String positiveColor)The color of the positive data bar.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
fieldId
DataBarsOptions.Builder fieldId(String fieldId)
The field ID for the data bars options.
- Parameters:
fieldId- The field ID for the data bars options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
positiveColor
DataBarsOptions.Builder positiveColor(String positiveColor)
The color of the positive data bar.
- Parameters:
positiveColor- The color of the positive data bar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
negativeColor
DataBarsOptions.Builder negativeColor(String negativeColor)
The color of the negative data bar.
- Parameters:
negativeColor- The color of the negative data bar.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-