Interface GeospatialMapFieldWells.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells>,SdkBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells>,SdkPojo
- Enclosing class:
- GeospatialMapFieldWells
@Mutable @NotThreadSafe public static interface GeospatialMapFieldWells.Builder extends SdkPojo, CopyableBuilder<GeospatialMapFieldWells.Builder,GeospatialMapFieldWells>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GeospatialMapFieldWells.BuildergeospatialMapAggregatedFieldWells(Consumer<GeospatialMapAggregatedFieldWells.Builder> geospatialMapAggregatedFieldWells)The aggregated field well for a geospatial map.GeospatialMapFieldWells.BuildergeospatialMapAggregatedFieldWells(GeospatialMapAggregatedFieldWells geospatialMapAggregatedFieldWells)The aggregated field well for a geospatial map.-
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
-
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:
geospatialMapAggregatedFieldWells(GeospatialMapAggregatedFieldWells)
-
-