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
Modifier and TypeMethodDescriptionThe field ID for the data bars options.negativeColor
(String negativeColor) The color of the negative data bar.positiveColor
(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 Details
-
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
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
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.
-