Interface GeospatialNullDataSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<GeospatialNullDataSettings.Builder,
,GeospatialNullDataSettings> SdkBuilder<GeospatialNullDataSettings.Builder,
,GeospatialNullDataSettings> SdkPojo
- Enclosing class:
GeospatialNullDataSettings
@Mutable
@NotThreadSafe
public static interface GeospatialNullDataSettings.Builder
extends SdkPojo, CopyableBuilder<GeospatialNullDataSettings.Builder,GeospatialNullDataSettings>
-
Method Summary
Modifier and TypeMethodDescriptionsymbolStyle
(Consumer<GeospatialNullSymbolStyle.Builder> symbolStyle) The symbol style for null data.symbolStyle
(GeospatialNullSymbolStyle symbolStyle) The symbol style for null 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
-
symbolStyle
The symbol style for null data.
- Parameters:
symbolStyle
- The symbol style for null data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
symbolStyle
default GeospatialNullDataSettings.Builder symbolStyle(Consumer<GeospatialNullSymbolStyle.Builder> symbolStyle) The symbol style for null data.
This is a convenience method that creates an instance of theGeospatialNullSymbolStyle.Builder
avoiding the need to create one manually viaGeospatialNullSymbolStyle.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tosymbolStyle(GeospatialNullSymbolStyle)
.- Parameters:
symbolStyle
- a consumer that will call methods onGeospatialNullSymbolStyle.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-