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
Modifier and TypeMethodDescriptiondefault GeospatialDataSourceItem.Builder
staticFileDataSource
(Consumer<GeospatialStaticFileSource.Builder> staticFileDataSource) The static file data source properties for the geospatial data.staticFileDataSource
(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 Details
-
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.Builder
avoiding the need to create one manually viaGeospatialStaticFileSource.builder()
.When the
Consumer
completes,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:
-