Interface TreeMapAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<TreeMapAggregatedFieldWells.Builder,TreeMapAggregatedFieldWells>,SdkBuilder<TreeMapAggregatedFieldWells.Builder,TreeMapAggregatedFieldWells>,SdkPojo
- Enclosing class:
- TreeMapAggregatedFieldWells
@Mutable @NotThreadSafe public static interface TreeMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<TreeMapAggregatedFieldWells.Builder,TreeMapAggregatedFieldWells>
-
-
Method Summary
-
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 Detail
-
groups
TreeMapAggregatedFieldWells.Builder groups(Collection<DimensionField> groups)
The group by field well of a tree map. Values are grouped based on group by fields.
- Parameters:
groups- The group by field well of a tree map. Values are grouped based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
TreeMapAggregatedFieldWells.Builder groups(DimensionField... groups)
The group by field well of a tree map. Values are grouped based on group by fields.
- Parameters:
groups- The group by field well of a tree map. Values are grouped based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groups
TreeMapAggregatedFieldWells.Builder groups(Consumer<DimensionField.Builder>... groups)
The group by field well of a tree map. Values are grouped based on group by fields.
This is a convenience method that creates an instance of theDimensionField.Builderavoiding the need to create one manually viaDimensionField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#groups(List.) - Parameters:
groups- 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:
#groups(java.util.Collection)
-
sizes
TreeMapAggregatedFieldWells.Builder sizes(Collection<MeasureField> sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
- Parameters:
sizes- The size field well of a tree map. Values are aggregated based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizes
TreeMapAggregatedFieldWells.Builder sizes(MeasureField... sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
- Parameters:
sizes- The size field well of a tree map. Values are aggregated based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sizes
TreeMapAggregatedFieldWells.Builder sizes(Consumer<MeasureField.Builder>... sizes)
The size field well of a tree map. Values are aggregated based on group by fields.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#sizes(List.) - Parameters:
sizes- 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:
#sizes(java.util.Collection)
-
colors
TreeMapAggregatedFieldWells.Builder colors(Collection<MeasureField> colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
- Parameters:
colors- The color field well of a tree map. Values are grouped by aggregations based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
TreeMapAggregatedFieldWells.Builder colors(MeasureField... colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
- Parameters:
colors- The color field well of a tree map. Values are grouped by aggregations based on group by fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
TreeMapAggregatedFieldWells.Builder colors(Consumer<MeasureField.Builder>... colors)
The color field well of a tree map. Values are grouped by aggregations based on group by fields.
This is a convenience method that creates an instance of theMeasureField.Builderavoiding the need to create one manually viaMeasureField.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#colors(List.) - Parameters:
colors- 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:
#colors(java.util.Collection)
-
-