Interface AxisDisplayRange.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AxisDisplayRange.Builder,,AxisDisplayRange> SdkBuilder<AxisDisplayRange.Builder,,AxisDisplayRange> SdkPojo
- Enclosing class:
AxisDisplayRange
@Mutable
@NotThreadSafe
public static interface AxisDisplayRange.Builder
extends SdkPojo, CopyableBuilder<AxisDisplayRange.Builder,AxisDisplayRange>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AxisDisplayRange.BuilderdataDriven(Consumer<AxisDisplayDataDrivenRange.Builder> dataDriven) The data-driven setup of an axis display range.dataDriven(AxisDisplayDataDrivenRange dataDriven) The data-driven setup of an axis display range.default AxisDisplayRange.BuilderminMax(Consumer<AxisDisplayMinMaxRange.Builder> minMax) The minimum and maximum setup of an axis display range.minMax(AxisDisplayMinMaxRange minMax) The minimum and maximum setup of an axis display range.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
minMax
The minimum and maximum setup of an axis display range.
- Parameters:
minMax- The minimum and maximum setup of an axis display range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minMax
The minimum and maximum setup of an axis display range.
This is a convenience method that creates an instance of theAxisDisplayMinMaxRange.Builderavoiding the need to create one manually viaAxisDisplayMinMaxRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tominMax(AxisDisplayMinMaxRange).- Parameters:
minMax- a consumer that will call methods onAxisDisplayMinMaxRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataDriven
The data-driven setup of an axis display range.
- Parameters:
dataDriven- The data-driven setup of an axis display range.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataDriven
default AxisDisplayRange.Builder dataDriven(Consumer<AxisDisplayDataDrivenRange.Builder> dataDriven) The data-driven setup of an axis display range.
This is a convenience method that creates an instance of theAxisDisplayDataDrivenRange.Builderavoiding the need to create one manually viaAxisDisplayDataDrivenRange.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataDriven(AxisDisplayDataDrivenRange).- Parameters:
dataDriven- a consumer that will call methods onAxisDisplayDataDrivenRange.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-