Interface ReferenceLineStyleConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>,SdkBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>,SdkPojo
- Enclosing class:
- ReferenceLineStyleConfiguration
public static interface ReferenceLineStyleConfiguration.Builder extends SdkPojo, CopyableBuilder<ReferenceLineStyleConfiguration.Builder,ReferenceLineStyleConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReferenceLineStyleConfiguration.Buildercolor(String color)The hex color of the reference line.ReferenceLineStyleConfiguration.Builderpattern(String pattern)The pattern type of the line style.ReferenceLineStyleConfiguration.Builderpattern(ReferenceLinePatternType pattern)The pattern type of the line style.-
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, sdkFields
-
-
-
-
Method Detail
-
pattern
ReferenceLineStyleConfiguration.Builder pattern(String pattern)
The pattern type of the line style. Choose one of the following options:
-
SOLID -
DASHED -
DOTTED
- Parameters:
pattern- The pattern type of the line style. Choose one of the following options:-
SOLID -
DASHED -
DOTTED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReferenceLinePatternType,ReferenceLinePatternType
-
-
pattern
ReferenceLineStyleConfiguration.Builder pattern(ReferenceLinePatternType pattern)
The pattern type of the line style. Choose one of the following options:
-
SOLID -
DASHED -
DOTTED
- Parameters:
pattern- The pattern type of the line style. Choose one of the following options:-
SOLID -
DASHED -
DOTTED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ReferenceLinePatternType,ReferenceLinePatternType
-
-
color
ReferenceLineStyleConfiguration.Builder color(String color)
The hex color of the reference line.
- Parameters:
color- The hex color of the reference line.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-