Interface GeospatialMapAggregatedFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialMapAggregatedFieldWells.Builder,GeospatialMapAggregatedFieldWells>,SdkBuilder<GeospatialMapAggregatedFieldWells.Builder,GeospatialMapAggregatedFieldWells>,SdkPojo
- Enclosing class:
- GeospatialMapAggregatedFieldWells
public static interface GeospatialMapAggregatedFieldWells.Builder extends SdkPojo, CopyableBuilder<GeospatialMapAggregatedFieldWells.Builder,GeospatialMapAggregatedFieldWells>
-
-
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, sdkFields
-
-
-
-
Method Detail
-
geospatial
GeospatialMapAggregatedFieldWells.Builder geospatial(Collection<DimensionField> geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
- Parameters:
geospatial- The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geospatial
GeospatialMapAggregatedFieldWells.Builder geospatial(DimensionField... geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.
- Parameters:
geospatial- The geospatial field wells of a geospatial map. Values are grouped by geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
geospatial
GeospatialMapAggregatedFieldWells.Builder geospatial(Consumer<DimensionField.Builder>... geospatial)
The geospatial field wells of a geospatial map. Values are grouped by geospatial 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#geospatial(List.) - Parameters:
geospatial- 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:
#geospatial(java.util.Collection)
-
values
GeospatialMapAggregatedFieldWells.Builder values(Collection<MeasureField> values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
- Parameters:
values- The size field wells of a geospatial map. Values are aggregated based on geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
GeospatialMapAggregatedFieldWells.Builder values(MeasureField... values)
The size field wells of a geospatial map. Values are aggregated based on geospatial fields.
- Parameters:
values- The size field wells of a geospatial map. Values are aggregated based on geospatial fields.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
values
GeospatialMapAggregatedFieldWells.Builder values(Consumer<MeasureField.Builder>... values)
The size field wells of a geospatial map. Values are aggregated based on geospatial 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#values(List.) - Parameters:
values- 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:
#values(java.util.Collection)
-
colors
GeospatialMapAggregatedFieldWells.Builder colors(Collection<DimensionField> colors)
The color field wells of a geospatial map.
- Parameters:
colors- The color field wells of a geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
GeospatialMapAggregatedFieldWells.Builder colors(DimensionField... colors)
The color field wells of a geospatial map.
- Parameters:
colors- The color field wells of a geospatial map.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
colors
GeospatialMapAggregatedFieldWells.Builder colors(Consumer<DimensionField.Builder>... colors)
The color field wells of a geospatial map.
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#colors(List.) - Parameters:
colors- 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:
#colors(java.util.Collection)
-
-