Interface GeospatialDataSourceItem.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GeospatialDataSourceItem.Builder,GeospatialDataSourceItem>,SdkBuilder<GeospatialDataSourceItem.Builder,GeospatialDataSourceItem>,SdkPojo
- Enclosing class:
- GeospatialDataSourceItem
@Mutable @NotThreadSafe public static interface GeospatialDataSourceItem.Builder extends SdkPojo, CopyableBuilder<GeospatialDataSourceItem.Builder,GeospatialDataSourceItem>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GeospatialDataSourceItem.BuilderstaticFileDataSource(Consumer<GeospatialStaticFileSource.Builder> staticFileDataSource)The static file data source properties for the geospatial data.GeospatialDataSourceItem.BuilderstaticFileDataSource(GeospatialStaticFileSource staticFileDataSource)The static file data source properties for the geospatial data.-
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
-
staticFileDataSource
GeospatialDataSourceItem.Builder staticFileDataSource(GeospatialStaticFileSource staticFileDataSource)
The static file data source properties for the geospatial data.
- Parameters:
staticFileDataSource- The static file data source properties for the geospatial data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
staticFileDataSource
default GeospatialDataSourceItem.Builder staticFileDataSource(Consumer<GeospatialStaticFileSource.Builder> staticFileDataSource)
The static file data source properties for the geospatial data.
This is a convenience method that creates an instance of theGeospatialStaticFileSource.Builderavoiding the need to create one manually viaGeospatialStaticFileSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostaticFileDataSource(GeospatialStaticFileSource).- Parameters:
staticFileDataSource- a consumer that will call methods onGeospatialStaticFileSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
staticFileDataSource(GeospatialStaticFileSource)
-
-