Interface PluginVisualFieldWell.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PluginVisualFieldWell.Builder,
,PluginVisualFieldWell> SdkBuilder<PluginVisualFieldWell.Builder,
,PluginVisualFieldWell> SdkPojo
- Enclosing class:
PluginVisualFieldWell
-
Method Summary
Modifier and TypeMethodDescriptionThe semantic axis name for the field well.axisName
(PluginVisualAxisName axisName) The semantic axis name for the field well.dimensions
(Collection<DimensionField> dimensions) A list of dimensions for the field well.dimensions
(Consumer<DimensionField.Builder>... dimensions) A list of dimensions for the field well.dimensions
(DimensionField... dimensions) A list of dimensions for the field well.measures
(Collection<MeasureField> measures) A list of measures that exist in the field well.measures
(Consumer<MeasureField.Builder>... measures) A list of measures that exist in the field well.measures
(MeasureField... measures) A list of measures that exist in the field well.unaggregated
(Collection<UnaggregatedField> unaggregated) A list of unaggregated fields that exist in the field well.unaggregated
(Consumer<UnaggregatedField.Builder>... unaggregated) A list of unaggregated fields that exist in the field well.unaggregated
(UnaggregatedField... unaggregated) A list of unaggregated fields that exist in the field well.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
-
axisName
The semantic axis name for the field well.
- Parameters:
axisName
- The semantic axis name for the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
axisName
The semantic axis name for the field well.
- Parameters:
axisName
- The semantic axis name for the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dimensions
A list of dimensions for the field well.
- Parameters:
dimensions
- A list of dimensions for the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensions
A list of dimensions for the field well.
- Parameters:
dimensions
- A list of dimensions for the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dimensions
A list of dimensions for the field well.
This is a convenience method that creates an instance of theDimensionField.Builder
avoiding the need to create one manually viaDimensionField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todimensions(List<DimensionField>)
.- Parameters:
dimensions
- a consumer that will call methods onDimensionField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
measures
A list of measures that exist in the field well.
- Parameters:
measures
- A list of measures that exist in the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measures
A list of measures that exist in the field well.
- Parameters:
measures
- A list of measures that exist in the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
measures
A list of measures that exist in the field well.
This is a convenience method that creates an instance of theMeasureField.Builder
avoiding the need to create one manually viaMeasureField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomeasures(List<MeasureField>)
.- Parameters:
measures
- a consumer that will call methods onMeasureField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unaggregated
A list of unaggregated fields that exist in the field well.
- Parameters:
unaggregated
- A list of unaggregated fields that exist in the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unaggregated
A list of unaggregated fields that exist in the field well.
- Parameters:
unaggregated
- A list of unaggregated fields that exist in the field well.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unaggregated
A list of unaggregated fields that exist in the field well.
This is a convenience method that creates an instance of theUnaggregatedField.Builder
avoiding the need to create one manually viaUnaggregatedField.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounaggregated(List<UnaggregatedField>)
.- Parameters:
unaggregated
- a consumer that will call methods onUnaggregatedField.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-