Interface AxisLabelReferenceOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AxisLabelReferenceOptions.Builder,
,AxisLabelReferenceOptions> SdkBuilder<AxisLabelReferenceOptions.Builder,
,AxisLabelReferenceOptions> SdkPojo
- Enclosing class:
AxisLabelReferenceOptions
public static interface AxisLabelReferenceOptions.Builder
extends SdkPojo, CopyableBuilder<AxisLabelReferenceOptions.Builder,AxisLabelReferenceOptions>
-
Method Summary
Modifier and TypeMethodDescriptioncolumn
(Consumer<ColumnIdentifier.Builder> column) The column that the axis label is targeted to.column
(ColumnIdentifier column) The column that the axis label is targeted to.The field that the axis label is targeted to.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 Details
-
fieldId
The field that the axis label is targeted to.
- Parameters:
fieldId
- The field that the axis label is targeted to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that the axis label is targeted to.
- Parameters:
column
- The column that the axis label is targeted to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
column
The column that the axis label is targeted to.
This is a convenience method that creates an instance of theColumnIdentifier.Builder
avoiding the need to create one manually viaColumnIdentifier.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocolumn(ColumnIdentifier)
.- Parameters:
column
- a consumer that will call methods onColumnIdentifier.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-