Interface GeospatialMapFieldWells.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<GeospatialMapFieldWells.Builder,,GeospatialMapFieldWells> SdkBuilder<GeospatialMapFieldWells.Builder,,GeospatialMapFieldWells> SdkPojo
- Enclosing class:
 GeospatialMapFieldWells
public static interface GeospatialMapFieldWells.Builder
extends SdkPojo, CopyableBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GeospatialMapFieldWells.BuildergeospatialMapAggregatedFieldWells(Consumer<GeospatialMapAggregatedFieldWells.Builder> geospatialMapAggregatedFieldWells) The aggregated field well for a geospatial map.geospatialMapAggregatedFieldWells(GeospatialMapAggregatedFieldWells geospatialMapAggregatedFieldWells) The aggregated field well for a geospatial map.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, sdkFields 
- 
Method Details
- 
geospatialMapAggregatedFieldWells
GeospatialMapFieldWells.Builder geospatialMapAggregatedFieldWells(GeospatialMapAggregatedFieldWells geospatialMapAggregatedFieldWells) The aggregated field well for a geospatial map.
- Parameters:
 geospatialMapAggregatedFieldWells- The aggregated field well for a geospatial map.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
geospatialMapAggregatedFieldWells
default GeospatialMapFieldWells.Builder geospatialMapAggregatedFieldWells(Consumer<GeospatialMapAggregatedFieldWells.Builder> geospatialMapAggregatedFieldWells) The aggregated field well for a geospatial map.
This is a convenience method that creates an instance of theGeospatialMapAggregatedFieldWells.Builderavoiding the need to create one manually viaGeospatialMapAggregatedFieldWells.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togeospatialMapAggregatedFieldWells(GeospatialMapAggregatedFieldWells).- Parameters:
 geospatialMapAggregatedFieldWells- a consumer that will call methods onGeospatialMapAggregatedFieldWells.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -